Sha256: fb681cd985d7e6eccce0f9a8d4900554f1b87c22f5edfbba86b9483a17dc5d57

Contents?: true

Size: 353 Bytes

Versions: 62

Compression:

Stored size: 353 Bytes

Contents

define(['./partial'], function (partial) {

    /**
     * Returns the first function passed as an argument to the second,
     * allowing you to adjust arguments, run code before and after, and
     * conditionally execute the original function.
     */
    function wrap(fn, wrapper){
        return partial(wrapper, fn);
    }

    return wrap;

});

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.18 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.17 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.16 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.15 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.14 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.13 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.12 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.11 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.10 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.9 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.8 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.7 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.6 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.5 node_modules/bower/node_modules/mout/src/function/wrap.js
trusty-festivity-extension-2.5.4 node_modules/bower/node_modules/mout/src/function/wrap.js