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

x/unknownutil/mod.ts>GetMetadata

🦕 A lightweight utility pack for handling unknown type
Latest
type alias GetMetadata
Re-export
import { type GetMetadata } from "https://deno.land/x/unknownutil@v3.18.1/mod.ts";

Get typeof the metadata

definition: T extends WithMetadata<infer M> ? M : never