UNPKG

@zxcvbn-ts/language-common

Version:

The common language package for zxcvbn-ts

15 lines (12 loc) 562 B
import tempAdjacencyGraphs from './adjacencyGraphs.json.mjs'; import diceware from './diceware.json.mjs'; import passwords from './passwords.json.mjs'; // 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 = tempAdjacencyGraphs; export { adjacencyGraphs, dictionary }; //# sourceMappingURL=index.mjs.map