d26db06f74
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
13 lines
557 B
JavaScript
13 lines
557 B
JavaScript
/*!
|
|
* vue-router v5.1.0
|
|
* (c) 2026 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const require_options = require("../options-BOEzfG3T.cjs");
|
|
exports.DEFAULT_OPTIONS = require_options.DEFAULT_OPTIONS;
|
|
exports.DEFAULT_PARAM_PARSERS_OPTIONS = require_options.DEFAULT_PARAM_PARSERS_OPTIONS;
|
|
exports.mergeAllExtensions = require_options.mergeAllExtensions;
|
|
exports.resolveOptions = require_options.resolveOptions;
|
|
exports.resolveOverridableOption = require_options.resolveOverridableOption;
|