Skip to content

Commit 85f1d89

Browse files
committed
exports
1 parent 59b43e8 commit 85f1d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ipc.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ namespace IPC {
326326

327327
export default IPC
328328

329-
export namespace SERDE {
329+
namespace SERDE {
330330
const INVALID_START_CODES = [48, 49, 50, 51, 52, 53, 54, 55, 56, 57]
331331
const INVALID_CODES = [
332332
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,
@@ -387,7 +387,7 @@ export namespace SERDE {
387387
}
388388
}
389389

390-
export namespace CRYPTO {
390+
namespace CRYPTO {
391391
export const PRIME: number = 19893121
392392
export const MOD: number = 341
393393

0 commit comments

Comments
 (0)