We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b471c35 commit 4dd58b3Copy full SHA for 4dd58b3
src/persisters/partykit/common.ts
@@ -2,7 +2,7 @@ import {T, V} from '../../common/strings';
2
import {isString, slice} from '../../common/other';
3
import {jsonParse, jsonString} from '../../common/json';
4
5
-export type MessageType = typeof SET_CHANGES;
+type MessageType = typeof SET_CHANGES;
6
export type StorageKeyType = typeof T | typeof V;
7
8
export const SET_CHANGES = 's';
0 commit comments