UNPKG

@naturalcycles/ktlint

Version:

ktlint, conveniently published to npm registry

3 lines (2 loc) 148 B
import { SpawnOptions } from 'node:child_process'; export declare function ktlintAll(args: string[] | undefined, opt: SpawnOptions): Promise<void>;