UNPKG
boomerang-client
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
BoomerangJS client
www.boomerangjs.org
zazukoians/boomerang-client
boomerang-client
/
test
/
support
/
require-one.js
5 lines
(4 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
var
two =
require
(
'./require-two'
);
module
.
exports
=
function
(
a, b
) {
return
two
(a, b); };