UNPKG

@lando/lagoon

Version:

A Lando plugin that provides a tight integration with Lagoon.

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