UNPKG

@builder.io/sdk-vue

Version:
7 lines (6 loc) 307 B
import type { ExecutorArgs } from './helpers'; /** * Even though we have separate runtimes for browser/node/edge, sometimes frameworks will * end up sending the server runtime code to the browser (most notably in dev mode). */ export declare const chooseBrowserOrServerEval: (args: ExecutorArgs) => any;