UNPKG

ethereum-cryptography

Version:
6 lines (5 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wordlist = void 0; var czech_1 = require("@scure/bip39/wordlists/czech"); Object.defineProperty(exports, "wordlist", { enumerable: true, get: function () { return czech_1.wordlist; } });