DefinitelyTyped/string-hash/index.d.ts
Ethan Rubio f498c98b3b Add string-hash (#12499)
Refactor string-hash definition

Refactor string-hash to use commonjs
2016-11-05 19:11:01 -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;