UNPKG

agentvasya

Version:

Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more

6 lines (5 loc) 155 B
export function isPromise(maybePromise) { return (!!maybePromise && !!maybePromise.then && typeof maybePromise.then === 'function'); }