UNPKG

graphql-code-generator

Version:

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

13 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var fs = require("fs"); function fileExists(filePath) { try { return fs.statSync(filePath).isFile(); } catch (err) { return false; } } exports.fileExists = fileExists; //# sourceMappingURL=file-exists.js.map