5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
#!/usr/bin/env node
|
|
import { cliCommand } from '../lib/commands';
|
|
declare const nextLint: cliCommand;
|
|
export { nextLint };
|