UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

5 lines (4 loc) 213 B
/// <reference types="node" /> declare type SupportedSRIAlgorithm = 'sha512' | 'sha384' | 'sha256'; export declare const generateSRI: (buffer?: Buffer, hashAlgorithm?: SupportedSRIAlgorithm) => string; export {};