UNPKG

@chix/flow

Version:
10 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var namify = require("namify"); function fix(str) { str = namify(str); str = isNaN(parseInt(str[0], 10)) ? str : '_' + str; return str; } exports.fix = fix; //# sourceMappingURL=fix.js.map