UNPKG

emmet.sdk

Version:
11 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatChainNameMixedCase = void 0; function formatChainNameMixedCase(chainName) { if (chainName) { return chainName.replace(/[^a-zA-Z0-9]/g, ''); } return ''; } exports.formatChainNameMixedCase = formatChainNameMixedCase; //# sourceMappingURL=formatChainNameMixedCase.js.map