UNPKG

@antv/path-util

Version:

A common util collection for antv projects

8 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var p2s = /,?([a-z]),?/gi; function parsePathArray(path) { return path.join(',').replace(p2s, '$1'); } exports.default = parsePathArray; //# sourceMappingURL=parse-path-array.js.map