Skip to main content
Module

x/unknownutil/mod.ts>getMetadata

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

Get metadata from the given value

Parameters

v: unknown

Returns

T | undefined