UNPKG

@teambit/bundler

Version:
5 lines (4 loc) 150 B
import type { ExecutionContext } from '@teambit/envs'; export type BrowserRuntime = { entry: (context: ExecutionContext) => Promise<string[]>; };