RockPaperScissors/node_modules/ow/dist/utils/infer-label.d.ts

10 lines
211 B
TypeScript
Raw Permalink Normal View History

2021-11-30 21:03:51 +00:00
import { CallSite } from 'callsites';
/**
Infer the label of the caller.
@hidden
@param callsites - List of stack frames.
*/
export declare const inferLabel: (callsites: readonly CallSite[]) => void | string;