UNPKG

unplugin-vue-router

Version:

File based typed routing for Vue Router

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