UNPKG

node-talisman

Version:

A npm package for running Thoughtwork's Talisman tool

5 lines (3 loc) 113 B
import fs from 'fs'; const doesFileExists = filePath => fs.existsSync(filePath); export default doesFileExists;