Skip to main content
Module

x/hex/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/mod.ts";
const { Connection } = data;

Type Parameters

optional
T = unknown
optional
TR = Repository<T>

Methods

repository(id: string): TR