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

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