UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

4 lines (3 loc) 204 B
export declare function usesCocoaPod(projPath: string): boolean; export declare function addCocoaPods(projPath: string): Promise<boolean>; export declare function podInstall(dir?: string): Promise<void>;