UNPKG

gulp-armapbo

Version:

The plugin for Gulp which allows to pack ArmA pbo files from sources.

5 lines (4 loc) 152 B
export declare class Assert { static isString(input: string, paramName: string): void; static isNotNull(input: any, paramName: string): void; }