hour parser:解析用户提供的时间戳输入并获得良好的输出 源码
收获时间解析器 解析用户输入的持续时间或时间戳(十进制或hh:mm格式),并在JavaScript或TypeScript项目中获得漂亮的输出。 安装 在您的项目目录中,运行: npm install git+https://github.com/harvesthq/hour-parser.git#v1.1.0 用法 import HourParser from 'hour-parser' HourParser . toHHMM ( '0.5' ) // 0:30 HourParser . toHHMM ( '0:5' ) // 0:05 HourParser . toHHMM ( '1.25
文件列表
hour-parser-master.zip
(预估有个15文件)
hour-parser-master
.eslintrc
1KB
.github
workflows
node.js.yml
736B
src
index.ts
2KB
index.test.ts
3KB
CONTRIBUTING.md
259B
tsconfig.json
319B
暂无评论