UNPKG

@zxcvbn-ts/matcher-pwned

Version:

HaveIBeenPwned Matcher for zxcvbn-ts

7 lines (6 loc) 173 B
import { Options } from '@zxcvbn-ts/core'; declare const _default: (options: Options) => () => { warning: string; suggestions: string[]; }; export default _default;