elearning/Frontend-Learner/node_modules/unplugin-vue-router/dist/data-loaders/createDataLoader-CBwrbo71.cjs
2026-01-13 10:48:02 +07:00

11 lines
No EOL
274 B
JavaScript

//#region src/data-loaders/createDataLoader.ts
const toLazyValue = (lazy, to, from) => typeof lazy === "function" ? lazy(to, from) : lazy;
//#endregion
Object.defineProperty(exports, 'toLazyValue', {
enumerable: true,
get: function () {
return toLazyValue;
}
});