UNPKG

gulp-armapbo

Version:

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

11 lines (10 loc) 386 B
import { HeaderEntry } from './headerEntry'; import { HeaderExtension } from './headerExtension'; export declare class Header { readonly signature: HeaderEntry; readonly boundary: HeaderEntry; constructor(extensions: HeaderExtension[], entries: HeaderEntry[]); readonly extensions: HeaderExtension[]; readonly entries: HeaderEntry[]; readonly packed: boolean; }