UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

4 lines (3 loc) 101 B
export function isPromise(a: any): a is Promise<any> { return a && !!(a as Promise<any>).then; }