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 4536eab commit fe413d3Copy full SHA for fe413d3
src/contract2/types.ts
@@ -16,4 +16,4 @@ export type MappingStore<Params extends any[], ValueType> = (state: State) => [
16
export type Store<ValueType> = (state: State) => [
17
() => ValueType,
18
(value: ValueType) => void,
19
-]
+]
0 commit comments