6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
interface Options {
|
|
flipBackslashes?: boolean;
|
|
}
|
|
export declare const globParent: (str: string, opts?: Options) => string;
|
|
export {};
|