@sentry/wizard
Version:
Sentry wizard helping you to configure your project
5 lines (4 loc) • 329 B
TypeScript
export declare function patchMatchingFile(globPattern: string, func: any, ...args: any[]): Promise<void>;
export declare function matchFiles(globPattern: string): string[];
export declare function exists(globPattern: string): boolean;
export declare function matchesContent(globPattern: string, contentPattern: RegExp): boolean;