UNPKG

orange-orm

Version:

Object Relational Mapper

7 lines (6 loc) 101 B
function purify(value) { if(value == null) return null; return value; } module.exports = purify;