UNPKG

workbox-build

Version:

A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.

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