From 5f00e88e28a46d300d254d1f4be4e8c3dfd2be4e Mon Sep 17 00:00:00 2001 From: Carlos Precioso Date: Tue, 29 Apr 2025 10:32:05 +0200 Subject: [PATCH] Use `symbol` instead of `Symbol` --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index cf182d0..1f2d97b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -16,7 +16,7 @@ export interface JSONObject { type ClassInstance = any; export type SerializableJSONValue = - | Symbol + | symbol | Set | Map | undefined