As in
@module("express") external jsonMiddlewareWithOptions: {..} => middleware = "json"
.
That line is from rescript-express/Express.res at main · bloodyowl/rescript-express · GitHub. I don’t see it documented anywhere and google doesn’t help either. Is it a JSON type?
Thanks