UNPKG

svg-to-ts

Version:

Build amazing svg icon libraries

6 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unformatedString = void 0; const unformatedString = (value) => value.replace(/\s/g, ''); exports.unformatedString = unformatedString; //# sourceMappingURL=test-helpers.js.map