We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ae4ac commit 62d544fCopy full SHA for 62d544f
src/Fastify.res
@@ -1,3 +1,5 @@
1
+@@uncurried
2
+
3
open RescriptSchema
4
5
module Obj = {
src/Fastify.resi
type t
type plugin<'a>
src/Swr.res
type return<'data> = {
data: option<'data>,
error: option<exn>,
src/Swr.resi
0 commit comments