UNPKG

@spotify/web-scripts

Version:

Build, lint, test, format, and release your JS/TS library.

7 lines 343 B
/// <reference types="node" /> /// <reference types="node" /> import { SpawnSyncReturns } from 'child_process'; import { FormatTaskDesc } from '../../SharedTypes'; export declare function getPrettierConfig(): string | null; export declare function formatTask(task: FormatTaskDesc): SpawnSyncReturns<Buffer>; //# sourceMappingURL=index.d.ts.map