import { type ValueOf } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
Returns the primitive value held by the given type if its a wrapper object, otherwise returns the type itself.
x/ayonli_jsext/index.ts>ValueOf
import { type ValueOf } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
Returns the primitive value held by the given type if its a wrapper object, otherwise returns the type itself.