@types/randomatic

  • Version 3.1.5
  • Published
  • 3.9 kB
  • No dependencies
  • MIT license

Install

npm i @types/randomatic
yarn add @types/randomatic
pnpm add @types/randomatic

Overview

TypeScript definitions for randomatic

Index

Variables

Functions

Interfaces

Variables

variable isCrypto

const isCrypto: boolean;

    Functions

    function randomatic

    randomatic: typeof randomatic;
    • Generate randomized strings of a specified length using simple character sequences. The original generate-password.

    Interfaces

    interface Options

    interface Options {}

      property chars

      chars?: string | undefined;

        property exclude

        exclude?: string | string[] | undefined;

          Package Files (1)

          Dependencies (0)

          No dependencies.

          Dev Dependencies (0)

          No dev dependencies.

          Peer Dependencies (0)

          No peer dependencies.

          Badge

          To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

          You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/randomatic.

          • Markdown
            [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/randomatic)
          • HTML
            <a href="https://www.jsdocs.io/package/@types/randomatic"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>