UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 230 B
import type { CodeFormat } from './code-format'; export declare class EditorConfig { static getCodeFormat(fileName: string): Promise<CodeFormat>; private static getIndentationType; private static getIndentationSize; }