mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +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>