Skip to content

Commit 2027925

Browse files
committed
Refactoring
1 parent 3eec039 commit 2027925

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

types/main.test-d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import { expectType, expectError } from 'tsd'
2-
31
import modernErrors from 'modern-errors'
42
import modernErrorsBugs from 'modern-errors-bugs'
3+
import { expectType, expectError } from 'tsd'
54

65
const AnyError = modernErrors([modernErrorsBugs])
76
const error = new AnyError('', { cause: '' })

0 commit comments

Comments
 (0)