UNPKG

express-pouchdb

Version:

Express submodule with a CouchDB-style REST interface to PouchDB.

11 lines (8 loc) 191 B
'use strict'; var vm = require('vm'); function evalSafely(code) { return vm.runInNewContext('(function() {"use strict"; return ' + code + ';})()'); } module.exports = evalSafely;