We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37070e2 commit a4fc3a0Copy full SHA for a4fc3a0
src/index.ts
@@ -31,6 +31,8 @@ type UpdaterFunction<T> = (oldData: T) => T;
31
type DeepUpdaterFunction<T> = (oldData: T) => void;
32
type UpdateData<T> = T | UpdaterFunction<T>;
33
34
+console.log('v2');
35
+
36
class JsonParser<T> {
37
#queue: Queue<string>;
38
#text = '';
0 commit comments