UNPKG

generate-password-lite

Version:

Password Generator for using in javascript/typescript based projects.

4 lines (3 loc) 164 B
import { GenerateOptions } from './types'; declare function GeneratePassword(options?: GenerateOptions): string; export { GeneratePassword, type GenerateOptions };