UNPKG

@beincom/node-profile

Version:

``` npm install @beincom/node-profile # yarn add @beincom/node-profile ```

4 lines (3 loc) 196 B
import { PyroscopeProfiler } from '../profilers/pyroscope-profiler'; export declare function getProfiler(): PyroscopeProfiler; export declare function setProfiler(value: PyroscopeProfiler): void;