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