DefinitelyTyped/types/string-hash/index.d.ts
2017-08-20 15:37:53 -07:00

9 lines
299 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;