UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

10 lines (9 loc) 342 B
// 26.1.1 Reflect.apply(target, thisArgument, argumentsList) var $export = require('./$.export') , _apply = Function.apply , anObject = require('./$.an-object'); $export($export.S, 'Reflect', { apply: function apply(target, thisArgument, argumentsList){ return _apply.call(target, thisArgument, anObject(argumentsList)); } });