We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
App settings pull from Object.prototype if they're missing on the settings object.
Object.prototype
settings
const app = require('express')(); app.get('hasOwnProperty'); // => [Function: hasOwnProperty] app.enabled('hasOwnProperty'); // => true
Is this intentional? If not, I'm happy to help fix.