UNPKG

249 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isFile(a) {
4 const maybeF = a;
5 return !!maybeF.name && !!maybeF.path && !!maybeF.getContentSync;
6}
7exports.isFile = isFile;
8//# sourceMappingURL=File.js.map
\No newline at end of file