elearning/Frontend-Learner/node_modules/unplugin-vue-router/dist/data-loaders/createDataLoader-BK9Gdnky.mjs

5 lines
181 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
//#region src/data-loaders/createDataLoader.ts
const toLazyValue = (lazy, to, from) => typeof lazy === "function" ? lazy(to, from) : lazy;
//#endregion
export { toLazyValue as t };