Sha256: 6008977d8877fef23aa6222d4ccce3a7a94f7b506bac870ae02ba86e77f8ccf2

Contents?: true

Size: 353 Bytes

Versions: 62

Compression:

Stored size: 353 Bytes

Contents

var partial = require('./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);
    }

    module.exports = 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/function/wrap.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.18 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.17 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.16 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.15 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.14 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.13 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.12 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.11 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.10 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.9 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.8 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.7 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.6 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.5 node_modules/bower/node_modules/mout/function/wrap.js
trusty-festivity-extension-2.5.4 node_modules/bower/node_modules/mout/function/wrap.js