UNPKG

as-procedure

Version:

easily create procedures within a pit-of-success

7 lines (6 loc) 181 B
/** * .what = procedure to get the file.name that this function was called from */ export declare const getCallerFileName: (input?: { depth: number; }) => string | undefined;