Sha256: 5d32f5aefe788c709ad3ad36c48be3425b38424d9b680c3fba95529f904d21bc
Contents?: true
Size: 159 Bytes
Versions: 52
Compression:
Stored size: 159 Bytes
Contents
/** * Return the stack trace frame of a function's invocation. */ declare function getCallFrame(error: Error): string | undefined; export { getCallFrame };
Version data entries
52 entries across 26 versions & 1 rubygems