diff --git a/src/constants.ts b/src/constants.ts new file mode 100644 index 0000000..aedb1db --- /dev/null +++ b/src/constants.ts @@ -0,0 +1,2 @@ +export const NOISE_MSG_MAX_LENGTH_BYTES = 65535; +