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 cf50126 commit 40941a9Copy full SHA for 40941a9
package.json
@@ -65,7 +65,7 @@
65
"type-coverage": "^2.0.0",
66
"typescript": "^4.0.0",
67
"unist-builder": "^3.0.0",
68
- "xo": "^0.46.0"
+ "xo": "^0.48.0"
69
},
70
"scripts": {
71
"prepack": "npm run build && npm run format",
test/matches.js
@@ -1,5 +1,5 @@
1
/**
2
- * @typedef {import('unist').Literal<string>} Literal
+ * @typedef {import('unist').Literal} Literal
3
*/
4
5
import test from 'tape'
0 commit comments