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
/
test
/
function
/
index.js
5 lines
(4 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
describe
(
"Function"
,
function
(
) {
require
(
"./function_bind"
);
require
(
"./nonstrict"
); });