UNPKG

@divriots/studio-uce-compiler

Version:
3 lines (2 loc) 181 B
import type { BuildStepArgs, SourceTree } from '@divriots/studio-compiler-support'; export declare function compile({ input, registry, tree, }: BuildStepArgs): Promise<SourceTree>;