Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
90 Bytes
var array = Array.prototype;
export var slice = array.slice;
export var map = array.map;