Skip to content

Commit 39053e8

Browse files
committed
chore: Satisfy strict TS
1 parent 8baee44 commit 39053e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/yaml-test-suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { existsSync, readdirSync, readFileSync } from 'fs'
1+
import { readdirSync, readFileSync } from 'fs'
22
import { resolve } from 'path'
33

44
import { CST, Document, Lexer, parse, parseAllDocuments, Parser } from 'yaml'

0 commit comments

Comments
 (0)