From e4cf9d6a6856d09526d176b9f14f0b9a7892aeae Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 4 Oct 2025 13:02:29 +0800 Subject: [PATCH] chore: add reference --- server/MapJson.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/MapJson.ts b/server/MapJson.ts index ecd5034..be64c19 100644 --- a/server/MapJson.ts +++ b/server/MapJson.ts @@ -1,3 +1,5 @@ +// https://stackoverflow.com/questions/29085197/how-do-you-json-stringify-an-es6-map + export default class MapJson { static replacer(key: unknown, value: unknown) { if (value instanceof Map) {