UNPKG

gulp-armapbo

Version:

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

8 lines (7 loc) 246 B
import { IMinimatch } from 'minimatch'; export declare class PatternMatcher { static create(patterns: string[]): PatternMatcher; private readonly _matchers; constructor(matchers: IMinimatch[]); match(fileName: string): boolean; }