diff options
Diffstat (limited to 'op_crates/file/README.md')
-rw-r--r-- | op_crates/file/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/op_crates/file/README.md b/op_crates/file/README.md new file mode 100644 index 000000000..c421bf004 --- /dev/null +++ b/op_crates/file/README.md @@ -0,0 +1,5 @@ +# deno_file + +This crate implements the File API. + +Spec: https://w3c.github.io/FileAPI |