Skip to main content
Module

x/unknownutil/mod.ts>WithMetadata

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

A type that has metadata.

definition: { [metadataKey]: T; }