string-generator-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

string-generator-lib

It is a tiny npm package for creating random string autometically in React & Angular.

NPM

just put with length of your password,string this package will generate autometically.

📦 Installation

npm i string-generator-lib

Author

Ahin Subhra Das

Declaration

Require string-generator-lib in the top of your file

import genAutoString from 'string-generator-lib';

Usage

  const otp = genAutoString(8); [Example: I need 8 digit string or password, so I put 8]

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i string-generator-lib

      Weekly Downloads

      0

      Version

      1.0.8

      License

      ISC

      Unpacked Size

      2.14 kB

      Total Files

      4

      Last publish

      Collaborators

      • ahin_subhra_das