UNPKG

eclint

Version:

Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.

9 lines (8 loc) 253 B
/// <reference types="chai" /> import * as doc from './doc'; export declare let expect: Chai.ExpectStatic; export declare function createLine(text: string, options?: { number?: number; offset?: number; ending?: string; }): doc.Line;