UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

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'); }