文件名称:to-unsigned-int64:将数字转换为64位缓冲区
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-10 02:54:36
JavaScript
将数字转换为64位缓冲区(大小8)。
目前仅支持 。
还签出 。
安装
npm i to-unsigned-int64
用法
var toUInt64 = require ( 'to-unsigned-int64' )
console . log ( toUInt64 ( 0x1ffffffff ) ) //
【文件预览】:
to-unsigned-int64-master
----index.js(403B)
----package.json(643B)
----readme.md(622B)
----test()
--------test.js(689B)
----.gitignore(12B)