Common JavaScript/TypeScript helper functions for better minification
nevware21about 1 month agoDrop-in replacement for fs.existsSync
with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
Check if filepath exists and is a file. Note this is a fork of file-exists dpenedency with some ammendments.
dazinatorover 2 years ago