UNPKG

antfarm

Version:

File automation framework for ants.

11 lines (10 loc) 249 B
export declare class JobProperty { protected _key: string; protected _value: any; protected _type: string; constructor(key: string, value: any); value: any; protected resolveType(): void; key: string; type: string; }