Skip to content

Commit a4fc3a0

Browse files
committed
wp
1 parent 37070e2 commit a4fc3a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ type UpdaterFunction<T> = (oldData: T) => T;
3131
type DeepUpdaterFunction<T> = (oldData: T) => void;
3232
type UpdateData<T> = T | UpdaterFunction<T>;
3333

34+
console.log('v2');
35+
3436
class JsonParser<T> {
3537
#queue: Queue<string>;
3638
#text = '';

0 commit comments

Comments
 (0)