UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

10 lines (8 loc) 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = prefixLeadingDigit; function prefixLeadingDigit(str) { return str.replace(/^(\d)/, 'sc-$1'); }