UNPKG

durrrrrrrrrjs

Version:

JavaScript Plugin for Nx

7 lines (6 loc) 362 B
import { ExecutorContext } from '@nrwl/devkit'; import { NormalizedExecutorOptions } from '../schema'; export declare function compileTypeScriptFiles(normalizedOptions: NormalizedExecutorOptions, context: ExecutorContext, postCompilationCallback: () => void | Promise<void>): AsyncGenerator<{ success: boolean; outfile: string; }, any, undefined>;