An open API service indexing awesome lists of open source software.

https://github.com/markthree/nitro-unkit

simple kit for nitro
https://github.com/markthree/nitro-unkit

h3 kit nitro simple

Last synced: 5 months ago
JSON representation

simple kit for nitro

Awesome Lists containing this project

README

          

# nitro-unkit

simple kit for nitro


## setup

```shell
npm i nitro-unkit -D
```

### appToEvent

```ts
// in nitro middleware
import { appToEvent } from "nitro-unkit";

// some express logic

export default appToEvent(app, "express");
```