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

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

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

Type Parameters

optional
T = unknown
optional
TR = Repository<T>

Methods

repository(id: string): TR