purescript-node / purescript-node-fs

Node.js file I/O for purescript
MIT License
33 stars 34 forks source link

Remove redundant StatsObj methods #72

Closed pete-murphy closed 1 year ago

pete-murphy commented 1 year ago

Resolves #71

Description of the change

The StatsObj methods are not pure (require this context be preserved) and are redundant anyways (there are standalone functions Stats -> Boolean for each method). This deletes them from StatsObj.


Checklist:

JordanMartinez commented 1 year ago

Superceded by #76.