UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

10 lines (8 loc) 176 B
'use strict'; module.exports = function isAsyncFunction(v) { return ( typeof v === 'function' && v.constructor && v.constructor.name === 'AsyncFunction' ); };