Skip to main content
This release is 1 version behind 0.23.0 — the latest version of @http/host-deno-deploy. Jump to latest

Built and signed on GitHub Actions

Hosting on Deno Deploy, for production/staging deployments.

This package works with Deno
This package works with Deno
JSR Score
94%
Published
3 months ago (0.21.0)
Package root>types.ts
/** * A result that may be `await`ed. */ export type Awaitable<T> = T | Promise<T>;