UNPKG

unplugin-vue-router

Version:
7 lines (5 loc) 157 B
// src/data-loaders/createDataLoader.ts var toLazyValue = (lazy, to, from) => typeof lazy === "function" ? lazy(to, from) : lazy; export { toLazyValue };