Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/data/mod.ts>Connection

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface Connection
Re-export
import { type Connection } from "https://deno.land/x/hex@0.5.15/src/data/mod.ts";

Type Parameters

optional
T = unknown
optional
TR = Repository<T>

Methods

repository(id: string): TR