Module

x/unknownutil/mod.ts>GetMetadata

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

Get typeof the metadata

definition: T extends WithMetadata<infer M> ? M : never
import GetMetadata
import { GetMetadata } from "https://dotland.deno.dev/x/unknownutil@v3.18.0/mod.ts";