MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / isDOMException

Function isDOMException

packages/core/src/utils/is.ts:69–71  ·  view source on GitHub ↗
(wat: unknown)

Source from the content-addressed store, hash-verified

67 * @returns A boolean representing the result.
68 */
69export function isDOMException(wat: unknown): boolean {
70 return isBuiltin(wat, 'DOMException');
71}
72
73/**
74 * Checks whether given value's type is a string

Callers 2

is.test.tsFile · 0.90
eventFromUnknownInputFunction · 0.85

Calls 1

isBuiltinFunction · 0.85

Tested by

no test coverage detected