3.1.1 • Published 6 years ago
clay-id v3.1.1
Id generator for ClayDB
Installation
$ npm install clay-id --save
Usage
'use strict'
const clayId = require('clay-id')
let id01 = clayId()
{
let myEntity = {
id: id01,
foo: 'bar'
}
/* ... */
}
API Guide
License
This software is released under the Apache-2.0 License.