mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
9 lines
304 B
TypeScript
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;
|