enumerate-strings
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

enumerate-strings

Enumerate strings that meet certain restrictions

Usage

const strings: string[] = enumerateStrings(optionsOptions)

Options

interface Options {
  length: number
  charset?: string[]
  filter?: (string: string) => boolean
}

Readme

Keywords

none

Package Sidebar

Install

npm i enumerate-strings

Weekly Downloads

3

Version

0.3.1

License

MIT

Unpacked Size

7.1 kB

Total Files

16

Last publish

Collaborators

  • pacexy