UNPKG

piclist

Version:

Modified PicGo core, A tool for picture uploading

5 lines (4 loc) 236 B
import crypto from 'node:crypto'; export declare function getMd5(input: crypto.BinaryLike): string; export declare function getSha256(input: crypto.BinaryLike): string; export declare function getSha1(input: crypto.BinaryLike): string;