UNPKG
@mtdt.temp/browser-core
Version:
latest (6.19.3)
6.19.3
6.19.2
6.19.1
6.19.0
Datadog browser core utilities.
github.com/mtdt-temp/browser-rum-sdk
mtdt-temp/browser-rum-sdk
@mtdt.temp/browser-core
/
esm
/
tools
/
catchUserErrors.d.ts
2 lines
(1 loc)
•
142 B
TypeScript
View Raw
1
2
export
declare
function
catchUserErrors<
Args
extends
any
[], R>(
fn
:
(
...
args
:
Args
) =>
R,
errorMsg
:
string
):
(
...
args
:
Args
) =>
R |
undefined
;