Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/unplugin-vue-router/dist/data-loaders/createDataLoader-BkaFsukJ.js
T
2025-09-18 19:01:22 +07:00

5 lines
176 B
JavaScript

//#region src/data-loaders/createDataLoader.ts
const toLazyValue = (lazy, to, from) => typeof lazy === "function" ? lazy(to, from) : lazy;
//#endregion
export { toLazyValue };