@zxcvbn-ts/language-common
Version:
The common language package for zxcvbn-ts
18 lines (14 loc) • 618 B
JavaScript
;
var adjacencyGraphs$1 = require('./adjacencyGraphs.json.cjs');
var diceware = require('./diceware.json.cjs');
var passwords = require('./passwords.json.cjs');
// This file is auto generated by data-scripts/_helpers/runtime.ts
const dictionary = {
'diceware-common': diceware,
'passwords-common': passwords
};
// reinit the variable because the typescript compile will otherwise just reexport the json file which will break as it's a json file
const adjacencyGraphs = adjacencyGraphs$1;
exports.adjacencyGraphs = adjacencyGraphs;
exports.dictionary = dictionary;
//# sourceMappingURL=index.cjs.map