UNPKG

orange-orm

Version:

Object Relational Mapper

7 lines (6 loc) 99 B
function encodeBoolean(bool) { if (bool) return 1; return 0; } module.exports = encodeBoolean;