Skip to main content
Module

x/using/mod.ts>Using

python-style with statements for deno
Latest
interface Using
import { type Using } from "https://deno.land/x/using@0.1.1/mod.ts";

Properties

_aenter: () => Promise<T>
_aexit: ((any: any) => Promise<Boolean>) | ((any: any) => Promise<void>)
optional
_timeout: Promise<void>