Skip to main content
Module

x/using/mod.ts>UsingSync

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

Properties

_enter: () => T
_exit: ((any: any) => Boolean) | ((any: any) => void)