1.0.0 • Published 2 years ago

@glowyjs/random-string v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install

$ npm install --save @glowyjs/random-string

Usage

import randomString from '@glowyjs/random-string';

randomString();
//=> 3Kekravwvb78vP9CQPP1vaRCgi4dZETOktxzf8pF5gufFqh8mOICMqjRP4y8UxoI

randomString(10);
//=> FxvqHNFNUu

randomString(10, '#@$%&+=');
//=> $+#%#&$$=@

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko