|
@@ -1,6 +1,6 @@
|
|
|
import { IOptions } from "../interfaces/IOptions";
|
|
|
|
|
|
-export const NO_CUSTOM_NODES_PRESET: IOptions = {
|
|
|
+export const NO_CUSTOM_NODES_PRESET: IOptions = Object.freeze({
|
|
|
compact: true,
|
|
|
debugProtection: false,
|
|
|
debugProtectionInterval: false,
|
|
@@ -8,4 +8,4 @@ export const NO_CUSTOM_NODES_PRESET: IOptions = {
|
|
|
encodeUnicodeArray: false,
|
|
|
rotateUnicodeArray: false,
|
|
|
wrapUnicodeArrayCalls: false
|
|
|
-};
|
|
|
+});
|