slice.js 80 Bytes
define( [
	"./arr"
], function( arr ) {
	"use strict";

	return arr.slice;
} );