UNPKG

orange-orm

Version:

Object Relational Mapper

6 lines (5 loc) 138 B
function negotiateQueryContext(queryContext, row) { if (queryContext) queryContext.add(row); } module.exports = negotiateQueryContext;