UNPKG

just-scripts

Version:
9 lines 377 B
import { TaskFunction } from 'just-task'; export interface PrettierTaskOptions { files?: string[] | string; ignorePath?: string; configPath?: string; } export declare function prettierTask(options?: PrettierTaskOptions): TaskFunction; export declare function prettierCheckTask(options?: PrettierTaskOptions): TaskFunction; //# sourceMappingURL=prettierTask.d.ts.map