Skip to main content
Module

std/collections/mod.ts>SetValueType

The Deno Standard Library
Latest
type alias SetValueType
import { type SetValueType } from "https://deno.land/std@0.224.0/collections/mod.ts";

Get set values type

definition: T extends Set<infer V> ? V : never