8 lines
240 B
JavaScript
8 lines
240 B
JavaScript
|
|
/*
|
||
|
|
* 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 = !globalThis.__domino_frozen__;
|