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 9681a3a commit 3dabf6dCopy full SHA for 3dabf6d
src/utils/licenseUtility.node.ts
@@ -28,7 +28,7 @@ import { Attachment } from '../models/attachment'
28
* In addition, we use type-vars for all PathLikes, so downstream users can utilize their implementations accordingly.
29
*/
30
31
-export interface FsUtils<P extends string = string> {
+export interface FsUtils<P extends string> {
32
readdirSync: (path: P ) => P[]
33
readFileSync: (path: P) => Buffer
34
statSync: (path: P) => NATIVE_FS.Stats
0 commit comments