1.0.0 • Published 2 years ago

lifukang-package v1.0.0

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

laoxu-package


Install

npm install laoxu-package -D

Quick Start

// 测试格式化时间的方法
const { formatDate } = require('./formatDate')
console.log(formatDate(new Date())) // 2022年4月4日 16时05分30秒

// 测试求和的方法
const { getSum } = require('./getSum')
console.log(getSum(10, 20)) // 30
1.0.0

2 years ago