Skip to main content
Module

std/collections/mod.ts>SetValueType

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

Get set values type

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