Skip to content

Commit 4dd58b3

Browse files
committed
[hygiene] Unused exports
1 parent b471c35 commit 4dd58b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/persisters/partykit/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {T, V} from '../../common/strings';
22
import {isString, slice} from '../../common/other';
33
import {jsonParse, jsonString} from '../../common/json';
44

5-
export type MessageType = typeof SET_CHANGES;
5+
type MessageType = typeof SET_CHANGES;
66
export type StorageKeyType = typeof T | typeof V;
77

88
export const SET_CHANGES = 's';

0 commit comments

Comments
 (0)