DefinitelyTyped/types/unique-string/index.d.ts
2018-12-16 14:59:04 +01:00

9 lines
308 B
TypeScript

// Type definitions for unique-string 1.0
// Project: https://github.com/sindresorhus/unique-string#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = uniqueString;
declare function uniqueString(): string;