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
/
src
/
couple.coffee
6 lines
(4 loc)
•
109 B
text/coffeescript
View Raw
1
2
3
4
5
6
define = this.define ||
require
(
'amdefine'
)(
module
) define([], () -> (
mod
) -> (a) -> (b) ->
mod
(a, b) )