Skip to main content
Module

x/plug/types.ts>NestedCrossRecord

🔌 Deno FFI helper module
Go to Latest
type alias NestedCrossRecord
import { type NestedCrossRecord } from "https://deno.land/x/plug@1.0.1/types.ts";

An optionally nested record of either an OsRecord or ArchRecord containing either the generic T or the opposite record type from the parent. That way we can query for the record entry of a target keyed by both an architecture and operating system in the ordered entered in this record.

definition: Partial<OsRecord<T | Partial<ArchRecord<T>>> | ArchRecord<T | Partial<OsRecord<T>>>>