uuid时间从RFC4122 uuids获取时间动机所以在主线上有自2012年以来一直没有合并。所以我决定把它剥离成一个独立的模块,因为我需要它。用法:这同样适用于从 require('uuid');
生成的uuids,这是一个流行的 node-uuid
分叉。var uuidTime = require('uuid-time')
, uuid = require('node-uuid')
。var v1 = uuid.v1(); var buf = uuid.parse(v1); console.log('%s (string) created at %s', v1, uu)
uuid time:从RFC4122 uuids获取时间
文件列表
uuid-time-master.zip
(预估有个6文件)
uuid-time-master
.gitignore
587B
package.json
619B
LICENSE
1KB
index.js
2KB
test.js
1KB
README.md
987B
暂无评论