UNPKG

gulp-armapbo

Version:

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

7 lines (6 loc) 221 B
/// <reference types="node" /> import { Header } from '../domain/header'; import { StreamOptions } from './streamOptions'; export declare class PboFormatter { format(header: Header, options: StreamOptions): Buffer; }