@builder.io/sdk-vue
Version:
Builder.io SDK for Vue
7 lines (6 loc) • 307 B
TypeScript
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;