exists-stat
Synchronously check if a path exists and returns its stats object if it does. Saves you from needing try-catch
statements when trying to get stats information.
; // true; //true ; // null; // null
Synchronously check if a path exists and returns its stats object if it does. Saves you from needing try-catch
statements when trying to get stats information.
; // true; //true ; // null; // null
npm i exists-stat
21,378
1.0.0
MIT