()
| 43 | * @internal |
| 44 | */ |
| 45 | export const getStackTraceLimit = (): number | undefined => (Error as ErrorWithStackTraceLimit).stackTraceLimit |
| 46 | |
| 47 | /** |
| 48 | * Safely set `Error.stackTraceLimit` if possible, otherwise no-op. |
no outgoing calls
no test coverage detected