DefinitelyTyped/types/uuid-readable/index.d.ts
2020-07-21 11:56:13 -07:00

9 lines
304 B
TypeScript

// Type definitions for uuid-readable 0.0
// Project: https://github.com/Debdut/uuid-readable#readme
// Definitions by: Florian Keller <https://github.com/ffflorian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function generate(uuid?: string): string;
export = generate;