UNPKG

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