jspurefix
Version:
pure node js fix engine
12 lines (11 loc) • 362 B
TypeScript
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>;
}