UNPKG

webpack-pwa-manifest

Version:
6 lines (4 loc) 132 B
import crypto from 'crypto' export default function (input) { return crypto.createHash('md5').update(input).digest('hex') }