Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "unik-id", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A very tiny unique id generator", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,25 @@ | ||
# unik-id | ||
# unik-id [![npm version](https://badge.fury.io/js/unik-id.svg)](https://badge.fury.io/js/unik-id) | ||
A very tiny unique id generator | ||
This module is available in ESM and CJS formats | ||
## Installation | ||
```bash | ||
npm i unik-id | ||
``` | ||
## Usage | ||
```js | ||
import { unikId } from 'unik-id'; | ||
// OR | ||
const { unikId } = require('unik-id'); | ||
unikId(); | ||
``` | ||
## License | ||
MIT © [Manan Joshi](https://mananjoshi.me) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2520
26