hexo/node_modules/workbox-build/build/lib/get-string-hash.d.ts

4 lines
133 B
TypeScript

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