shithub: mycel

ref: 2e8eb15b7f930db7469914a1ce70bdec608a9349
dir: /domino-lib/config.js/

View raw version
/*
 * This file defines Domino behaviour that can be externally configured.
 * To change these settings, set the relevant global property *before*
 * you call `require("domino")`.
 */

exports.isApiWritable = !global.__domino_frozen__;