denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3.11k stars 614 forks source link

refactor fs to following style guide #274

Closed axetroy closed 5 years ago

axetroy commented 5 years ago

here to remind me refactor it.

  1. export options
  2. remove params type in comment
  3. rename option to options
  4. default optoins instead of optional options
zekth commented 5 years ago

@axetroy doing the remove params type in comment ATM. Checking all the deno_std to fit style_guide.