next-lint.d.ts 123 B

1234
  1. #!/usr/bin/env node
  2. import { cliCommand } from '../lib/commands';
  3. declare const nextLint: cliCommand;
  4. export { nextLint };