UNPKG

orange-orm

Version:

Object Relational Mapper

9 lines (7 loc) 143 B
function newAggregate(table) { function aggregate(_context, fn) { return fn(table); } return aggregate; } module.exports = newAggregate;