UNPKG

@lando/acquia

Version:

A Lando plugin that provides a tight integration with Acquia.

8 lines (6 loc) 134 B
'use strict'; export default function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; }