You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
315 B
8 lines
315 B
"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
|