UNPKG

82 BJavaScriptView Raw
1define( [
2 "./arr"
3], function( arr ) {
4 "use strict";
5
6 return arr.indexOf;
7} );