Skip to content

Commit c97694c

Browse files
committed
update store filter
1 parent ee09ded commit c97694c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ts/datafast/store-filters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {Bytes} from "../common/collections";
33
import {JSONValue} from "../common/value";
44

55
export declare namespace StoreFilter {
6-
function get(key: string): Bytes;
6+
function get(key: string): Bytes | null;
77
function set(key: string, value: Bytes): void;
88
function remove(key: string): void;
99
}

0 commit comments

Comments
 (0)