We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afe802 commit 90e366dCopy full SHA for 90e366d
1 file changed
src/socket-sdk-class.ts
@@ -19,10 +19,7 @@ import { getDefaultLogger } from '@socketsecurity/lib/logger'
19
import { getOwn } from '@socketsecurity/lib/objects/inspect'
20
import { isObject } from '@socketsecurity/lib/objects/predicates'
21
import { ArrayIsArray } from '@socketsecurity/lib/primordials/array'
22
-import {
23
- ErrorCtor,
24
- TypeErrorCtor,
25
-} from '@socketsecurity/lib/primordials/error'
+import { ErrorCtor, TypeErrorCtor } from '@socketsecurity/lib/primordials/error'
26
import { StringPrototypeTrim } from '@socketsecurity/lib/primordials/string'
27
import { pRetry } from '@socketsecurity/lib/promises/retry'
28
import { setMaxEventTargetListeners } from '@socketsecurity/lib/warnings/event-target'
0 commit comments