UNPKG

wang-lint-cli

Version:
4 lines (3 loc) 156 B
import type { ScanOptions, ScanReport } from '../types'; declare const _default: (options: ScanOptions) => Promise<ScanReport>; export default _default;