@ctrlpanel/random-account-password
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Random Account Password

Generate a random string, suitable for use as a password for an online account.

Installation

npm install --save @ctrlpanel/random-account-password

Usage

const randomAccountPassword = require('@ctrlpanel/random-account-password')

console.log(randomAccountPassword())
//=> 'YEP-ZqK-4oQ-Dug'

API

randomAccountPassword(): string

Returns a random password as a string.

/@ctrlpanel/random-account-password/

    Package Sidebar

    Install

    npm i @ctrlpanel/random-account-password

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • linusu