"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.path2Array = path2Array; var parse_path_string_1 = require("../parser/parse-path-string"); function path2Array(pathInput) { return (0, parse_path_string_1.parsePathString)(pathInput); } //# sourceMappingURL=path-2-array.js.map