mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 10:28:26 -04:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
|
|
define(['./_unmethodize', './_setup'], function (_unmethodize, _setup) {
|
||
|
|
|
||
|
|
var reverse = _unmethodize(_setup.ArrayProto.reverse);
|
||
|
|
|
||
|
|
return reverse;
|
||
|
|
|
||
|
|
});
|