UNPKG

235 BTypeScriptView Raw
1import type { Options } from 'prettier';
2export interface ExistingPrettierConfig {
3 sourceFilepath: string;
4 config: Options;
5}
6export declare function resolveUserExistingPrettierConfig(): Promise<ExistingPrettierConfig | null>;