1.0.1 • Published 3 years ago

mars-util-js v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

工具类使用说明

  • 安装依赖

    npm install -g mars-util-js
  • 快速开始

    let formatter = require('./index') 
    # byte单位转换
    console.info(formatter.bytesToSize(100));
    # 日期格式化
    console.info(formatter.dateFormat('YYYY-mm-dd HH:MM:SS', new Date()));
1.0.1

3 years ago

1.0.0

3 years ago