File size: 247 Bytes
bc20498 |
1 2 3 4 5 6 7 8 |
/*
* 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__;
|