mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* In fs.ReadStream, use `$isObject` to check if function or object rather than typeof options === "object" * Update fs.js * Add test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>