iplus
Timestamp based GUID
使用方法
获取新 ID
var guid = iplus.newGuid();
获取新 ID,扩展用法
var guid = iplus.newGuid({
starts: 1504966589797,
hash: true,
upper: true,
});
License
MIT © zswang
Timestamp based GUID.
Homepage Repository npm JavaScript Download
Timestamp based GUID
var guid = iplus.newGuid();
var guid = iplus.newGuid({
starts: 1504966589797,
hash: true,
upper: true,
});
MIT © zswang