We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449f818 commit fac5557Copy full SHA for fac5557
types/main.test-d.ts
@@ -5,7 +5,7 @@ import {
5
expectError,
6
} from 'tsd'
7
8
-import logProcessErrors, { Options, Event } from './main.js'
+import logProcessErrors, { Options, Event } from 'log-process-errors'
9
10
const undo = logProcessErrors()
11
expectType<void>(undo())
0 commit comments