UNPKG

password-analysis

Version:

A library for analyzing the strength of a password

6 lines (5 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.analyzePassword = void 0; var analyzer_1 = require("./analyzer"); Object.defineProperty(exports, "analyzePassword", { enumerable: true, get: function () { return analyzer_1.analyzePassword; } });