PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/path-exists/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/path-exists/index.js

'use strict';
const fs = require('fs');

module.exports = fp => new Promise(resolve => {
	fs.access(fp, err => {
		resolve(!err);
	});
});

module.exports.sync = fp => {
	try {
		fs.accessSync(fp);
		return true;
	} catch (err) {
		return false;
	}
};


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home