UNPKG

@oaklean/profiler-core

Version:

Part of the @oaklean suite. It provides all basic functions to work with the `.oak` file format. It allows parsing the `.oak` file format as well as tools for analyzing the measurement values. It also provides all necessary capabilities required for prec

6 lines (5 loc) 281 B
import { UnifiedPath } from '../system/UnifiedPath'; export declare class JSONHelper { static storeBigJSON(outputPath: UnifiedPath, json: any, replacer?: any, spaces?: string | number | undefined): Promise<void>; static loadBigJSON(inputPath: UnifiedPath): Promise<any>; }