c211499
1
2
3
4
5
var array = Array.prototype; export var slice = array.slice; export var map = array.map;