Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 600 Bytes

File metadata and controls

23 lines (15 loc) · 600 Bytes

@appgeist/file-exists

NPM version License

Utility function to check if a file exists and return a Promise.

Usage

const fileExists = require("@appgeist/file-exists");

const found = await fileExists("catz-picture.jpg");

License

The ISC License.