UNPKG

@infctr/eslint-docs

Version:

Keep your rule names and descriptions up-to-date across your repo

3 lines (2 loc) 232 B
export declare const read: (success: string | null, error: string | null, path: string) => Promise<string>; export declare const write: (success: string | null, error: string | null, path: string, content: string) => Promise<void>;