UNPKG

orange-orm

Version:

Object Relational Mapper

10 lines (8 loc) 161 B
function negotiateLimit(limit) { if(!limit) return ' '; if(limit.charAt(0) !== ' ') return ' ' + limit; return limit; } module.exports = negotiateLimit;