UNPKG

ow

Version:

Function argument validation for humans

10 lines (7 loc) 216 B
import type { 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;