UNPKG

junify

Version:

JavaScript implementation of the unification algorithm

4 lines (2 loc) 96 B
var junify = require('./lib/unification'); console.log(typeof junify.unify([], [1, 2, 3, 4]));