diff options
Diffstat (limited to 'docs/api/spawn.md')
-rw-r--r-- | docs/api/spawn.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/spawn.md b/docs/api/spawn.md index 024f7cf1b..100969aa3 100644 --- a/docs/api/spawn.md +++ b/docs/api/spawn.md @@ -259,7 +259,7 @@ namespace SpawnOptions { | "ignore" | null // equivalent to "ignore" | undefined // to use default - | FileBlob + | BunFile | ArrayBufferView | number; @@ -269,7 +269,7 @@ namespace SpawnOptions { | "ignore" | null // equivalent to "ignore" | undefined // to use default - | FileBlob + | BunFile | ArrayBufferView | number | ReadableStream |