UNPKG

telefunc

Version:

Remote functions. Instead of API.

8 lines (7 loc) 333 B
export { pluginReplaceConstantsNonRunnableDev }; import type { Plugin } from 'vite'; declare global { var __TELEFUNC__IS_NON_RUNNABLE_DEV: undefined | true; var __TELEFUNC__DYNAMIC_IMPORT: (module: `virtual:${string}`) => Promise<Record<string, unknown>>; } declare function pluginReplaceConstantsNonRunnableDev(): Plugin[];