1.0.0 • Published 2 years ago

h_code-package v1.0.0

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

H_Code-package


Install

npm install H_Code-package -D

Quick Start

// 测试格式化时间的方法

const {formatDate} = require('./formatDate')

console.log(formatDate(newDate())) // 2022年04月04日16时01分19秒
12

// 测试求和的方法
const {getSum} = require('./getSum')

console.log(getSum(10,2)); // 12
1.0.0

2 years ago