6 lines
176 B
JavaScript
6 lines
176 B
JavaScript
|
// wordlists/wordlists-browser.js
|
||
|
import { langEn as en } from "./lang-en.js";
|
||
|
export const wordlists = Object.freeze({
|
||
|
en
|
||
|
});
|
||
|
//# sourceMappingURL=wordlists-browser.js.map
|