Skip to content

getCallerInfo

getCallerInfo(skipFrames): object

Defined in: src/decorators/util/stack.ts:5

Captures the file and line number of the caller. Use skipFrames to skip helper functions in the stack trace.

number = 1

object

file: string

line: number