@clunkylion/random-code-generator
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

RANDOM-CODE-GENERATOR

A simple function to generate random codes...

Installing

npm i @clunkylion/random-code-generator

USAGE

import { randomCode } from '@clunkylion/random-code-generator';

/*
the function receives as a parameter the length of the code that it will return
*/
randomCode(10); //return string code

Built With

  • TS - Programming Languaje
  • NODEJS - JS ENVIRONMENT

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

Package Sidebar

Install

npm i @clunkylion/random-code-generator

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

7.74 kB

Total Files

12

Last publish

Collaborators

  • clunkylion