Skip to content

Commit

Permalink
Merge pull request #62 from axelboc/mkdirtree
Browse files Browse the repository at this point in the history
Add missing Emscripten type for `FS#mkdirTree`
  • Loading branch information
bmaranville authored Nov 6, 2023
2 parents f727b01 + 313d503 commit 7259e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emscripten.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ declare namespace FS {
unmount(mountpoint: string): void,

mkdir(path: string, mode?: number): any,
mkdirTree(path: string, mode?: number): void,
mkdev(path: string, mode?: number, dev?: number): any,
symlink(oldpath: string, newpath: string): any,
rename(old_path: string, new_path: string): void,
Expand Down

0 comments on commit 7259e23

Please sign in to comment.