UNPKG

gulp-armapbo

Version:

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

12 lines (11 loc) 251 B
export interface IHeaderExtension { name: string; value: string; } export interface StreamOptions { fileName?: string; extensions?: IHeaderExtension[]; compress?: string | string[]; verbose?: boolean; progress?: boolean; }