We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c283285 + e56050a commit 8b3bceeCopy full SHA for 8b3bcee
src/request/js/nodejs/nodejs_common.ml
@@ -1,6 +1,6 @@
1
open Ezjs_min
2
3
-type options = {
+type nonrec options = {
4
meth : string option; [@key "method"]
5
headers : ((string * string) list [@assoc]) option;
6
} [@@deriving jsoo]
0 commit comments