Skip to content

Commit

Permalink
exports
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniacDev committed Nov 2, 2024
1 parent 59b43e8 commit 85f1d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ipc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ namespace IPC {

export default IPC

export namespace SERDE {
namespace SERDE {
const INVALID_START_CODES = [48, 49, 50, 51, 52, 53, 54, 55, 56, 57]
const INVALID_CODES = [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
Expand Down Expand Up @@ -387,7 +387,7 @@ export namespace SERDE {
}
}

export namespace CRYPTO {
namespace CRYPTO {
export const PRIME: number = 19893121
export const MOD: number = 341

Expand Down

0 comments on commit 85f1d89

Please sign in to comment.