DefinitelyTyped/types/string-hash/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
300 B
TypeScript

// Type definitions for string-hash 1.1.1
// Project: https://github.com/darkskyapp/string-hash
// Definitions by: Ethan Rubio <https://github.com/ethanrubio/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function stringHash(str: string): number;
export = stringHash;