UNPKG

@callstack/reassure-danger

Version:

Performance testing companion for React and React Native

10 lines 346 B
/** * Configuration object which can optionally be passed down to plugin's call. * By default, it will only pass the inputFilePath parameter */ export type DangerPluginConfig = { inputFilePath: string; debug?: boolean; }; export declare function dangerReassure(config?: DangerPluginConfig): void; //# sourceMappingURL=dangerjs.d.ts.map