chore: add reference
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user