UNPKG

emmet.sdk

Version:
9 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.chainNameToKey = void 0; const formatChainName_1 = require("./formatChainName"); function chainNameToKey(chainName) { return (0, formatChainName_1.formatChainName)(chainName); } exports.chainNameToKey = chainNameToKey; //# sourceMappingURL=chainNameToKey.js.map