Skip to content

Commit 0e15315

Browse files
committed
fix: remove unused import
1 parent 07fb919 commit 0e15315

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/record.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Expect, Equal } from '../src/types/helpers';
22
import { match, P } from '../src';
3-
import { InvertPatternForExclude } from '../src/types/InvertPattern';
43

54
describe('P.record', () => {
65
it('should match any object when called with P.unknown', () => {

0 commit comments

Comments
 (0)