@vidavidorra/create-project
Version:
Interactively create a GitHub project
13 lines (12 loc) • 314 B
TypeScript
import { type Options } from '../options.js';
import { File } from './file.js';
declare class LintStaged extends File {
constructor(path: string, options: Options);
process(): this;
private xo;
private ava;
private prettier;
private config;
private sourceFile;
}
export { LintStaged };