@finnair/path-parser
Version:
Simple object path as array of strings and numbers
8 lines (7 loc) • 507 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.parsePathMatcher = exports.parsePath = void 0;
var parsePath_js_1 = require("./parsePath.js");
Object.defineProperty(exports, "parsePath", { enumerable: true, get: function () { return parsePath_js_1.parsePath; } });
var parsePathMatcher_js_1 = require("./parsePathMatcher.js");
Object.defineProperty(exports, "parsePathMatcher", { enumerable: true, get: function () { return parsePathMatcher_js_1.parsePathMatcher; } });