UNPKG

ethereum-cryptography

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