UNPKG

emmet.sdk

Version:
10 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSelectedChain = void 0; const chains_1 = require("../../chains"); const format_1 = require("../format"); function getSelectedChain(chainName) { return chains_1.ALL_CHAINS[(0, format_1.chainNameToKey)(chainName)]; } exports.getSelectedChain = getSelectedChain; //# sourceMappingURL=getSelectedChain.js.map