UNPKG

@finnair/path-parser

Version:
8 lines (7 loc) 507 B
"use strict"; 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; } });