1 2 3 4 5
const { createHash } = require('crypto'); process.once('loaded', () => { global.createHash = createHash; });