UNPKG

orange-orm

Version:

Object Relational Mapper

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