Skip to content

Commit f7de583

Browse files
committed
chore: format
1 parent 4e9149e commit f7de583

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import { recursivelyObservable } from "./observable.js";
22
import { SqliteState } from "./sqlite.js";
33
import { unreachable } from "./util.js";
44

5-
export type SnapshotPolicy =
6-
| "never"
7-
| "every-change"
8-
| { changes: number };
5+
export type SnapshotPolicy = "never" | "every-change" | { changes: number };
96

107
export type StateOptions = {
118
snapshotPolicy: SnapshotPolicy;

0 commit comments

Comments
 (0)