summaryrefslogtreecommitdiff
path: root/client/node_modules/domino/lib/config.js
blob: abd34756f80baebbcc4b4b267bc9aae32c2c1fd3 (plain)
1
2
3
4
5
6
7
/*
 * 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__;