UNPKG

cra-template-rb

Version:

The official React Boilerplate template for Create React App

6 lines (4 loc) 97 B
import fs from 'fs'; export function pathExists(path: string) { return fs.existsSync(path); }