Skip to content

Commit 5ad9c7e

Browse files
committed
remove InspectOptions
1 parent 11f293e commit 5ad9c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/utilities/collectionUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
import { isWeb } from '../extensionGlobals'
7-
import { inspect as nodeInspect, InspectOptions } from 'util'
7+
import { inspect as nodeInspect } from 'util'
88
import { AsyncCollection, toCollection } from './asyncCollection'
99
import { SharedProp, AccumulableKeys, Coalesce, isNonNullable } from './tsUtils'
1010

0 commit comments

Comments
 (0)