UNPKG

@omnia/tooling-vue

Version:

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

7 lines (6 loc) 405 B
import type { FileGraph } from '../../typings'; /** Inject omnia current manifest runtime */ export declare const omniaCurrentManifestRuntime: import("../../typings").Transformer<"omnia-current-manifest-runtime", [], { test(code: string, id: string): boolean; transform(code: string, id: string, fileGraph: FileGraph, ctx: import("../../typings").RuntimeContext, fromWorker: boolean): string; }>;