UNPKG
mezquite
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.0
0.1.4
0.1.3
0.1.2
0.0.2
0.0.1
library to manage maps between objects
github.com/Cereceres/mezquitejs
Cereceres/mezquitejs
mezquite
/
lib
/
join.js
2 lines
(1 loc)
•
54 B
JavaScript
View Raw
1
2
module.exports
= (joinTo, mapped) => joinTo + mapped
;