UNPKG
npm-couple
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.1
A library to couple two objects.
www.github.com/ryansmith94/couple
ryansmith94/couple
npm-couple
/
build
/
couple.js
17 lines
(13 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(
function
(
) {
var
define; define =
this
.
define
||
require
(
'amdefine'
)(
module
);
define
([],
function
(
) {
return
function
(
mod
) {
return
function
(
a
) {
return
function
(
b
) {
return
mod
(a, b); }; }; }; }); }).
call
(
this
);