UNPKG

emmet.sdk

Version:
12 lines 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatChainName = void 0; const formatChainNameMixedCase_1 = require("./formatChainNameMixedCase"); function formatChainName(chainName) { if (chainName) { return (0, formatChainNameMixedCase_1.formatChainNameMixedCase)(chainName).toLowerCase(); } return ''; } exports.formatChainName = formatChainName; //# sourceMappingURL=formatChainName.js.map