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

4 lines
133 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
/// <reference types="node" />
import crypto from 'crypto';
export declare function getStringHash(input: crypto.BinaryLike): string;