Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5b66a4

Browse files
authoredFeb 9, 2025··
OmitDeep: Fix import statement (#1052)
1 parent 00c2210 commit e5b66a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/omit-deep.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import type {UnionToTuple} from 'expect-type';
21
import type {ArraySplice} from './array-splice';
32
import type {ExactKey, IsArrayReadonly, NonRecursiveType, SetArrayAccess, ToString} from './internal';
43
import type {IsEqual} from './is-equal';
54
import type {IsNever} from './is-never';
65
import type {LiteralUnion} from './literal-union';
76
import type {Paths} from './paths';
87
import type {SimplifyDeep} from './simplify-deep';
8+
import type {UnionToTuple} from './union-to-tuple';
99
import type {UnknownArray} from './unknown-array';
1010

1111
/**

0 commit comments

Comments
 (0)
Please sign in to comment.