Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias matches.ExtendsSimple
import { type matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/dependencies.ts";
const { ExtendsSimple } = matches;
definition: A extends
| string
| number
| boolean
| null
| undefined
? A : never