mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
fb021d7cef
These methods are confusing because the arguments are backwards. I feel like they should have never been added to `Option<T>` and that clippy should suggest rewriting to `map(...).unwrap_or(...)`/`map(...).unwrap_or_else(|| ...)` https://github.com/rust-lang/rfcs/issues/1025 |
||
---|---|---|
.. | ||
30_fs.js | ||
Cargo.toml | ||
lib.rs | ||
README.md |
deno_fs
This crate provides ops for interacting with the file system.