UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

10 lines (5 loc) • 141 B
'use strict'; const internals = {}; module.exports = function (promise) { return !!promise && typeof promise.then === 'function'; };