UNPKG

@serpent/common-cli

Version:

通用的 cli 相关的函数

19 lines (16 loc) 487 B
export { g as getBoolEnv, l as loadScript } from './helper-1331d234.mjs'; import crypto from 'crypto'; import './tslib.es6-636c4f06.mjs'; import './warn-1994a28d.mjs'; import './_commonjsHelpers-7d1333e8.mjs'; import 'util'; import './supportColor-2e661db8.mjs'; import 'os'; import './exists-d3d14d46.mjs'; import 'fs'; import 'module'; /** 对指定的字符串进行 md5 加密 */ function md5(str) { return crypto.createHash('md5').update(str).digest('hex'); } export { md5 };