Files
feedstr.live/node_modules/workbox-build/build/lib/get-string-hash.d.ts
T
2023-11-25 18:12:47 -05:00

4 lines
133 B
TypeScript

/// <reference types="node" />
import crypto from 'crypto';
export declare function getStringHash(input: crypto.BinaryLike): string;