/is-file-exists-async

Primary LanguageJavaScriptMIT LicenseMIT

is-file-exists-async

const isFileExists = require('is-file-exists-async');

if (await isFileExists(pathFile)) {
    // code
}