UNPKG

@sonar/scan

Version:
7 lines (6 loc) 313 B
import { scan } from './scan'; import { ScanOptions } from './types'; export { scan }; export declare function customScanner(scanOptions: ScanOptions): Promise<void>; declare function scanWithCallback(scanOptions: ScanOptions, callback: (error?: unknown) => void): Promise<void>; export default scanWithCallback;