UNPKG

@grnsft/if

Version:

Impact Framework

5 lines (4 loc) 180 B
import { Context } from '../../common/types/manifest'; export declare const ExportYaml: () => { execute: (tree: any, context: Context, outputPath: string) => Promise<void>; };