UNPKG

durrrrrrrrrjs

Version:

JavaScript Plugin for Nx

7 lines (6 loc) 291 B
import { ExecutorContext } from '@nrwl/devkit'; import { SwcExecutorOptions } from '../../utils/schema'; export declare function swcExecutor(_options: SwcExecutorOptions, context: ExecutorContext): AsyncGenerator<{ success: boolean; }, any, undefined>; export default swcExecutor;