UNPKG

hdjs

Version:
6 lines (5 loc) 94 B
//md5序列化 import md5 from 'md5' export default (content) => { return md5(content); }