UNPKG

@vidavidorra/create-project

Version:
13 lines (12 loc) 314 B
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 };