@private @method isFilePath @param {Object} fileInfo @return {Promise}
(fileInfo)
| 1724 | @return {Promise} |
| 1725 | */ |
| 1726 | function isFilePath(fileInfo) { |
| 1727 | return fs.statSync(fileInfo.inputPath).isFile(); |
| 1728 | } |
| 1729 | |
| 1730 | /** |
| 1731 | @private |
no outgoing calls
no test coverage detected
searching dependent graphs…