UNPKG

@lando/acquia

Version:

A Lando plugin that provides a tight integration with Acquia.

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);