@amcharts/amcharts5
Version:
amCharts 5
18 lines • 322 B
TypeScript
/** @ignore */ /** */
/**
* @ignore
*/
interface Test {
name: string;
fn: () => boolean;
}
/**
* @ignore
*/
export declare class Benchmark {
protected tests: Array<Test>;
test(name: string, fn: () => boolean): void;
run(): void;
}
export {};
//# sourceMappingURL=Benchmark.d.ts.map