UNPKG

@naturalcycles/ktlint

Version:

ktlint, conveniently published to npm registry

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