UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

8 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isFile(a) { const maybeF = a; return !!maybeF.name && !!maybeF.path && !!maybeF.getContentSync; } exports.isFile = isFile; //# sourceMappingURL=File.js.map