文件名称:as-convert-seconds:转换秒到AssemblyScript的小时,分钟和秒
文件大小:33KB
文件格式:ZIP
更新时间:2024-04-06 15:25:35
WebAssembly
转换秒
将秒转换为小时,分钟和秒
关于
兼容AssemblyScript
同构(浏览器/节点)
安装
~ npm install as-convert-seconds --save
用法
基本用法
import { convertSeconds } from 'as-convert-seconds'
const formatted = convertSeconds ( '4923' )
//=> Array
【文件预览】:
as-convert-seconds-master
----assembly()
--------index.ts(245B)
--------tsconfig.json(150B)
----LICENSE(1KB)
----build()
--------optimized.wat(77KB)
--------untouched.wat(132KB)
--------.gitignore(27B)
----README.md(681B)
----pnpm-lock.yaml(951B)
----tests()
--------index.js(122B)
----.gitignore(28B)
----index.js(261B)
----asconfig.json(423B)
----package.json(910B)