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

10 lines
211 B
TypeScript
Raw Permalink Normal View History

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;