"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