UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

3 lines (2 loc) 176 B
/** looks through the current call stack to find all calling functions */ export declare function getStackCallers(levels?: number, skip?: number, filter?: string[]): string[];