UNPKG
holyfills
Version:
latest (1.0.1)
1.0.1
1.0.0
No more "Holy Sxxt!!" when writting ES5/ES6
github.com/tomchentw/holyfills
tomchentw/holyfills
holyfills
/
lib
/
helpers
/
array_slice.js
5 lines
(3 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
var
ArrayPrototype
=
require
(
"./ArrayPrototype"
);
module
.
exports
=
ArrayPrototype
.
slice
;