Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/simple_utility/mod.ts>WidenLiteral

Useful snippet collection.
Go to Latest
type alias WidenLiteral
import { type WidenLiteral } from "https://deno.land/x/simple_utility@v1.6.0/mod.ts";

Infer data type from literal type.

definition: T extends string ? string : T extends number ? number : T extends boolean ? boolean : T