edge-runtime: Run any Edge Function from CLI or Node.js module.
See edge-runtime section in our website for more information.
## Install
Using npm:
```sh
npm install edge-runtime --save
```
or using yarn:
```sh
yarn add edge-runtime --dev
```
or using pnpm:
```sh
pnpm install edge-runtime --save
```
## License
**edge-runtime** © [Vercel](https://vercel.com), released under the [MPLv2](https://github.com/vercel/edge-runtime/blob/main/LICENSE.md) License.