Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/microraptor/lib/types.ts>Options

A deno lightweight middleware for easy REST development.
Latest
type alias Options
import { type Options } from "https://deno.land/x/microraptor@0.0.1/lib/types.ts";
definition: { readonly port: number; }