UNPKG

211 BTypeScriptView Raw
1import { CallSite } from 'callsites';
2/**
3Infer the label of the caller.
4
5@hidden
6
7@param callsites - List of stack frames.
8*/
9export declare const inferLabel: (callsites: readonly CallSite[]) => void | string;