Gustav-Eikaas
Results
1
comments of
Gustav-Eikaas
Maybe i'm misunderstanding but is this the two types of syntaxes we're discussing? ```TS type Test = { name: string; }; const curried = create()((set) => ({ name: "Yes" }));...