@types/randomstring
- Version 1.3.0
- Published
- 3.77 kB
- No dependencies
- MIT license
Install
npm i @types/randomstringyarn add @types/randomstringpnpm add @types/randomstringOverview
TypeScript definitions for randomstring
Index
Namespaces
namespace randomstring
module 'randomstring' {}function generate
generate: (options?: GenerateOptions | number) => string;interface GenerateOptions
interface GenerateOptions {}property capitalization
capitalization?: Capitalization | undefined;property charset
charset?: Charset | Charset[] | undefined;property length
length?: number | undefined;property readable
readable?: boolean | undefined;type Capitalization
type Capitalization = 'lowercase' | 'uppercase';type Charset
type Charset = | 'alphanumeric' | 'alphabetic' | 'numeric' | 'hex' | 'binary' | 'octal' | (string & {});namespace Randomstring
namespace Randomstring {}function generate
generate: (options?: GenerateOptions | number) => string;interface GenerateOptions
interface GenerateOptions {}property capitalization
capitalization?: Capitalization | undefined;property charset
charset?: Charset | Charset[] | undefined;property length
length?: number | undefined;property readable
readable?: boolean | undefined;type Capitalization
type Capitalization = 'lowercase' | 'uppercase';type Charset
type Charset = | 'alphanumeric' | 'alphabetic' | 'numeric' | 'hex' | 'binary' | 'octal' | (string & {});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 oneto 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/randomstring.
- Markdown[](https://www.jsdocs.io/package/@types/randomstring)
- HTML<a href="https://www.jsdocs.io/package/@types/randomstring"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3381 ms. - Missing or incorrect documentation? Open an issue for this package.
