Skip to content

Commit

Permalink
fix: binding
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jul 4, 2024
1 parent 10f7fc1 commit 3edc851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/node_binding/binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1577,4 +1577,5 @@ export interface ThreadsafeNodeFS {
mkdir: (name: string) => Promise<void> | void
mkdirp: (name: string) => Promise<string | void> | string | void
removeDirAll: (name: string) => Promise<string | void> | string | void
}
}

0 comments on commit 3edc851

Please sign in to comment.