We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee09ded commit c97694cCopy full SHA for c97694c
1 file changed
packages/ts/datafast/store-filters.ts
@@ -3,7 +3,7 @@ import {Bytes} from "../common/collections";
3
import {JSONValue} from "../common/value";
4
5
export declare namespace StoreFilter {
6
- function get(key: string): Bytes;
+ function get(key: string): Bytes | null;
7
function set(key: string, value: Bytes): void;
8
function remove(key: string): void;
9
}
0 commit comments