UNPKG

217 BTypeScriptView Raw
1declare function globParent(pattern: string, options?: globParent.Options): string;
2
3declare namespace globParent {
4 interface Options {
5 flipBackslashes?: boolean | undefined;
6 }
7}
8
9export = globParent;