Oscar
Results
2
issues of
Oscar
Introduces a type that gets extended by the `DefaulTheme` interface. As per v6 the default theme was loosely typed where any key/value pair was valid because the `any` type. This...
Introduces middleware that allows you to receive and process GitHub Webhooks events in your Hono application. It conveniently validates the incoming requests and provides you with a simple API to...