UNPKG

@sabertazimi/react-scripts

Version:

Configuration and scripts for Bod CLI.

9 lines (6 loc) 172 B
const { createHash } = require('node:crypto') module.exports = env => { const hash = createHash('md5') hash.update(JSON.stringify(env)) return hash.digest('hex') }