UNPKG

common-kit

Version:
10 lines (8 loc) 199 B
const base64 = require('./lib/base64/index') const utf8 = require('./lib/utf8/index') const md5 = require('./lib/md5/index') module.exports = { base64: base64, utf8: utf8, md5: md5 }