Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StrictCORSOptions

import type { StrictCORSOptions } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
type StrictCORSOptions = SetRequired<CORSOptions, "origin" | "methods" | "headers">;

§Type

§
SetRequired<CORSOptions, "origin" | "methods" | "headers">
[src]