We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eec039 commit 2027925Copy full SHA for 2027925
1 file changed
types/main.test-d.ts
@@ -1,7 +1,6 @@
1
-import { expectType, expectError } from 'tsd'
2
-
3
import modernErrors from 'modern-errors'
4
import modernErrorsBugs from 'modern-errors-bugs'
+import { expectType, expectError } from 'tsd'
5
6
const AnyError = modernErrors([modernErrorsBugs])
7
const error = new AnyError('', { cause: '' })
0 commit comments