UNPKG

compromise

Version:
9 lines 232 B
export default { // compile a list of matches into a match-net buildNet: function (matches) { const methods = this.methods() let net = methods.one.buildNet(matches, this.world()) net.isNet = true return net } }