Module

std/collections/mod.ts>SetValueType

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

Get set values type

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