UNPKG

@omnia/tooling-vue

Version:

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

6 lines (5 loc) 343 B
/** Transform omnia build tokens to actual values */ export declare const omniaBuildToken: import("../../typings").Transformer<"omnia-build-token", [], { test(code: string, id: string): boolean; transform(code: string, id: string, fileGraph: import("../../typings").FileGraph, ctx: import("../../typings").RuntimeContext): string; }>;