UNPKG

jspurefix

Version:
12 lines (11 loc) 362 B
import { MsgView } from '../../buffer'; import { FixDefinitions } from '../../dictionary/definition'; export declare class ToViews { readonly testFolder: string; definitions: FixDefinitions; readonly views: MsgView[]; batch: MsgView | null; private readonly root; constructor(testFolder: string); load(file?: string): Promise<any>; }