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

4 lines
136 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
/// <reference types="node" />
import crypto from 'crypto';
export declare function getStringHash(input: crypto.BinaryLike): string;