UNPKG

@alitajs/router

Version:
12 lines (9 loc) 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = function _default() { return "\nimport { history } from '../core/history';\n\nconst router = {\n push: history.push,\n replace: history.replace,\n go: history.go,\n goBack: history.goBack,\n goForward: history.goForward,\n};\n\nexport { router }\n"; }; exports.default = _default;