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

5 lines (4 loc) 144 B
export declare class SetHelper { static intersect<T>(set1: Set<T>, set2: Set<T>): Set<T>; static union<T>(...sets: Set<T>[]): Set<T>; }