Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
/ node-unix-access Public archive

Deprecated. Use native Node.js `fs.access()` and `fs.accessSync()` functions. https://nodejs.org/api/fs.html#fs_fs_access_path_mode_callback

Notifications You must be signed in to change notification settings

lobodpav/node-unix-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module is DEPRECATED.

Since v1.0.0, Node.js has an out-of-the-box implementation of both fs.access() and fs.accessSync().

Please use these native functions instead of this module.