chore: add reference

This commit is contained in:
CrescentLeaf
2025-10-04 13:02:29 +08:00
parent f29538762b
commit e4cf9d6a68

View File

@@ -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) {