UNPKG

@snootclub/boop

Version:
8 lines (6 loc) 138 B
let fs = require("fs") module.exports = async path => { return new Promise(resolve => { fs.stat(path, error => resolve(!error)) }) }