iplus
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

iplus

NPM version Build Status Coverage Status

Timestamp based GUID

使用方法

获取新 ID

var guid = iplus.newGuid();

获取新 ID,扩展用法

var guid = iplus.newGuid({
    starts: 1504966589797,
    hash: true,
    upper: true,
});

License

MIT © zswang

Readme

Keywords

Package Sidebar

Install

npm i iplus

Weekly Downloads

6

Version

1.0.1

License

MIT

Unpacked Size

8.68 kB

Total Files

6

Last publish

Collaborators

  • zswang