UNPKG

@omnia/tooling-vue

Version:

Used to bundle and serve manifests web component that build on Vue framework.

6 lines (5 loc) 351 B
import type { FileGraph, RuntimeContext } from '../../typings'; export declare const dynamicBundle: import("../../typings").Transformer<"omnia-bundle", [], { test(code: string, id: string, fileGraph: FileGraph): boolean; transform(code: string, id: string, fileGraph: FileGraph, ctx: RuntimeContext, fromWorker: boolean): Promise<string>; }>;