UNPKG

orange-orm

Version:

Object Relational Mapper

11 lines (9 loc) 230 B
var getSessionContext = require('../getSessionContext'); function extractLimit(context, span) { let limit = getSessionContext(context).limit; if (limit) return limit(span); else return ''; } module.exports = extractLimit;