Skip to main content
Module

x/unknownutil/mod.ts>TupleOf

🦕 A lightweight utility pack for handling unknown type
Go to Latest
type alias TupleOf
import { type TupleOf } from "https://deno.land/x/unknownutil@v3.13.0/mod.ts";

Type Parameters

T extends readonly Predicate<unknown>[]
definition: -readonly [P in keyof T]: T[P] extends Predicate<infer U> ? U : never