@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) • 295 B
TypeScript
import { IProfilerConfig } from '../types';
export declare const STATIC_CONFIG_FILENAME = ".oaklean";
export declare const STATIC_LOCAL_CONFIG_FILENAME = ".oaklean.local";
export declare const STATIC_GLOBAL_CONFIG_DIR = ".oaklean";
export declare const DEFAULT_PROFILER_CONFIG: IProfilerConfig;