UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

4 lines (3 loc) 293 B
export declare const getStackCallersDefaultFilter: () => string[]; /** looks through the current call stack to find all calling functions. default filter: ['node_modules','node:internal'] */ export declare function getStackCallers(levels?: number, skip?: number, filter?: string[]): string[];