react-native-get-pixel_edit/node_modules/@react-native-community/cli-hermes/build/profileHermes/downloadProfile.d.ts
2025-07-09 11:41:52 +09:00

14 lines
586 B
TypeScript

import { Config } from '@react-native-community/cli-types';
/**
* Pull and convert a Hermes tracing profile to Chrome tracing profile
* @param ctx
* @param dstPath
* @param fileName
* @param sourceMapPath
* @param raw
* @param generateSourceMap
* @param appId
* @param appIdSuffix
*/
export declare function downloadProfile(ctx: Config, dstPath: string, filename?: string, sourcemapPath?: string, raw?: boolean, shouldGenerateSourcemap?: boolean, port?: string, appId?: string, appIdSuffix?: string, host?: string): Promise<void>;
//# sourceMappingURL=downloadProfile.d.ts.map