UNPKG

gqty

Version:

The No-GraphQL Client for TypeScript

5 lines (4 loc) 141 B
/** * Memoized hash function, with a prefix to avoid starting with a number. */ export declare const hash: (...args: unknown[]) => string;