UNPKG

edge-runtime

Version:

Run any Edge Function from CLI or Node.js module.

3 lines (2 loc) 159 B
export { consumeUint8ArrayReadableStream, pipeBodyStreamToResponse, createHandler, runServer, } from './server'; export { EdgeRuntime } from './edge-runtime';