npm.io
3.1.1 • Published 7 years ago

clay-id

Licence
Apache-2.0
Version
3.1.1
Deps
2
Size
280 kB
Vulns
1
Weekly
0
Stars
1

Title Banner

Build Status npm Version JS Standard

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.

Keywords