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

x/ts_matches/src/parsers/index.ts>deferred

Being able to pattern match in typescript
Go to Latest
function deferred
Re-export
import { deferred } from "https://deno.land/x/ts_matches@v5.2.1/src/parsers/index.ts";

Must pass the shape that we expect since typescript as of this point can't infer with recursive like structures like this.

Type Parameters

optional
B = never