UNPKG

gulp-armapbo

Version:

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

6 lines (5 loc) 225 B
/// <reference types="node" /> import { StreamOptions } from './core/streamOptions'; import { Transform } from 'stream'; declare const pack: (options?: StreamOptions | undefined) => Transform; export { pack, StreamOptions };