@fboes/aerofly-custom-missions
Version:
Builder for Aerofly FS4 Custom Missions Files
11 lines (10 loc) • 410 B
TypeScript
export declare class AeroflyConfigFileSet {
#private;
elements: string[];
constructor(indent: number, type: string, name: string, value?: string);
get indent(): string;
push(type: string, name: string, value: string | number | string[] | number[] | boolean, comment?: string): this;
pushRaw(s: string): this;
toString(): string;
}
//# sourceMappingURL=AeroflyConfigFileSet.d.ts.map