UNPKG

@billy-briggs-dev/sonar

Version:

Created by Billy Briggs

6 lines (5 loc) 235 B
import type { ExecutorContext } from '@nrwl/devkit'; import { SonarExecutorOptions } from './schema'; export default function sonarExecutor(options: SonarExecutorOptions, _context: ExecutorContext): Promise<{ success: boolean; }>;