1.0.1 • Published 4 years ago
@amaralc/utils v1.0.1
Utils
Custom utility functions.
Installation
npm i @ac/utils --save
Then...
import { newKey } from '@ac/utils';
const myKey = newKey(256);
console.log(myKey);
Options
- length - number (Defaults to 16);