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

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