]>
git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/vim-mode/node_modules/grim/node_modules/emissary/node_modules/es6-weak-map/node_modules/es5-ext/test/function/#/partial.js
bd00ce752f520208aa7673076b414d16b16e73a1
3 var toArray
= require('../../../array/to-array')
5 , f = function () { return toArray(arguments
); };
7 module
.exports = function (t
, a
) {
8 a
.deep(t
.call(f
, 1)(2, 3), [1, 2, 3]);