UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

7 lines 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isPromise(a) { return a && !!a.then; } exports.isPromise = isPromise; //# sourceMappingURL=async.js.map