UNPKG

@atomist/automation-client

Version:
8 lines 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isProject(a) { const p = a; return !!p.findFile && !!p.findFileSync && !!p.moveFile; } exports.isProject = isProject; //# sourceMappingURL=Project.js.map