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

11 lines (7 loc) 280 B
'use strict'; var bind = require('function-bind'); var $apply = require('./functionApply'); var $call = require('./functionCall'); var $reflectApply = require('./reflectApply'); /** @type {import('./actualApply')} */ module.exports = $reflectApply || bind.call($call, $apply);