UNPKG
@stdlib/function-ctor
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
Function constructor.
stdlib.io
stdlib-js/function-ctor
@stdlib/function-ctor
/
dist
/
index.js
6 lines
(5 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
var
i=
function
(
s,r
){
return
function
(
){
return
r||
s
((r={
exports
:{}}).
exports
,r),r.
exports
}};
var
e=
i
(
function
(
a,t
){
var
c=
Function
;t.
exports
=c });
var
n=
e
();
module
.
exports
=n;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map