UNPKG

mongo-sql

Version:

A mongo-like interface for sql generation, postgres-style

10 lines (8 loc) 252 B
// When condition builder is checking sub-objects, one of the // steps is to make sure we're not traversing a buffer if ( typeof Buffer === 'undefined' ){ window.Buffer = function(){}; window.Buffer.isBuffer = function(){ return false; }; }