UNPKG

@zxcvbn-ts/matcher-pwned

Version:

HaveIBeenPwned Matcher for zxcvbn-ts

12 lines (10 loc) 275 B
var FeedbackFactory = (options => { return () => { return { warning: options.translations.warnings.pwned, suggestions: [options.translations.suggestions.pwned] }; }; }); export { FeedbackFactory as default }; //# sourceMappingURL=feedback.esm.js.map