UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

7 lines 218 B
/** * Simple 32 bit non-secure hash from a string input * * @see https://stackoverflow.com/a/7616484/1624255 */ export declare const createHash: (input?: string) => number; //# sourceMappingURL=create-hash.d.ts.map