Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 198 Bytes

writable.md

File metadata and controls

15 lines (10 loc) · 198 Bytes

Writable

Validates if the given input is writable file.

Valid values:

validator.writable().validate(__filename);

Invalid values:

validator.writable().validate(__dirname);