UNPKG

neaty

Version:

Neaty: Open Source Framework for Node.js

11 lines (9 loc) 252 B
module.exports = function(loopback) { loopback.getCurrentContext = function() { return null; }; loopback.runInContext = loopback.createContext = function() { throw new Error('Current context is not supported in the browser.'); }; };