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.
xo
1 parent 349f7ae commit 8795323Copy full SHA for 8795323
index.test-d.ts
@@ -1,7 +1,7 @@
1
import {Node} from 'unist'
2
import {expectType, expectError} from 'tsd'
3
-import {filter} from './index.js'
4
import {Heading} from 'mdast'
+import {filter} from './index.js'
5
6
expectError(filter())
7
expectType<Node | null>(filter({type: 'root'}))
package.json
@@ -49,7 +49,7 @@
49
"type-coverage": "^2.0.0",
50
"typescript": "^4.0.0",
51
"unist-builder": "^3.0.0",
52
- "xo": "^0.38.0"
+ "xo": "^0.42.0"
53
},
54
"scripts": {
55
"prepack": "npm run build && npm run format",
0 commit comments