UNPKG
prime-website
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Website for Prime
arian/prime-website2
prime-website
/
docs
/
prime-v0.0.6
/
es5
/
function.js
15 lines
(11 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* function - es5 function shell */
"use strict"
var
shell =
require
(
"../util/shell"
)
var
proto =
Function
.
prototype
module
.
exports
=
shell
({
apply
: proto.
apply
,
call
: proto.
call
,
bind
: proto.
bind
})