close-err 1.0.0

Add .close() to file-like types, for error handling
Documentation

close-err - handle errors raised when closing file-like types

Exposes a close method on files (and similar types), to permit finer grained error handling.

Inspired by close-file, but more generic and works correctly on unix.