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

x/continuation/mod.ts>Continuation

Delimited Continuations for JavasScript
Go to Latest
interface Continuation
import { type Continuation } from "https://deno.land/x/continuation@0.1.5/mod.ts";

Type Parameters

optional
T = any
optional
R = any

Methods

tail(value: T): void