Skip to main content
Module

x/unknownutil/mod.ts>GetMetadata

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

Get typeof the metadata

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