@sentry/wizard
Version:
Sentry wizard helping you to configure your project
12 lines (11 loc) • 554 B
TypeScript
declare function isAppDelegateFile(filePath: string): boolean;
declare function findAppDidFinishLaunchingWithOptions(dir: string, files?: string[] | undefined): string | null;
export declare function addCodeSnippetToProject(projPath: string, files: string[], dsn: string): boolean;
/**
* Exported for testing purposes, but should not be used in other modules.
*/
export declare let exportForTesting: {
isAppDelegateFile: typeof isAppDelegateFile;
findAppDidFinishLaunchingWithOptions: typeof findAppDidFinishLaunchingWithOptions;
};
export {};