文件名称:timestring-ms:将提供的时间字符串转换为ms
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-27 04:22:35
JavaScript
时间串毫秒 将提供的时间字符串转换为ms。 用法: const ms = require ( "./timestring-ms/index" ) ; ms ( timestring , separator ) ; 例如: ms ( "1m10s" ) ; // 70000 ms ( "1minute 10sec" , " " ) ; // 70000 ms ( "1s-100" , "-" ) ; // 1100
【文件预览】:
timestring-ms-main
----package.json(511B)
----LICENSE(1KB)
----index.js(2KB)
----test.js(69B)
----README.md(270B)