Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/unknownutil/metadata.ts>GetMetadata

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

Get typeof the metadata

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