We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6339e commit 45a22cbCopy full SHA for 45a22cb
1 file changed
codegen/validate-links.ts
@@ -1,4 +1,4 @@
1
-import { existsSync, readFileSync, readdirSync, statSync } from 'node:fs'
+import { existsSync, readdirSync, readFileSync } from 'node:fs'
2
import { join } from 'node:path'
3
4
import {
0 commit comments