UNPKG
junify
Version:
latest (1.0.2)
1.0.2
1.0.1
JavaScript implementation of the unification algorithm
bramstein/junify
junify
/
test.js
4 lines
(2 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
var
junify =
require
(
'./lib/unification'
);
console
.
log
(
typeof
junify.
unify
([], [
1
,
2
,
3
,
4
]));