UNPKG

@usdtcloud/helper

Version:
9 lines (8 loc) 197 B
const Math = require('./src/Math/index') const Time = require('./src/Time/index') const String = require('./src/String/index') module.exports = { Math:Math, Time:Time, String:String, }