File size: 90 Bytes
db75f77
 
 
 
1
2
3
4
5
var array = Array.prototype;

export var slice = array.slice;
export var map = array.map;