type alias TypeNamesimport { type TypeNames } from "https://deno.land/x/ayonli_jsext@v0.9.72/object/index.ts"; definition: | "string" | "number" | "bigint" | "boolean" | "symbol" | "function" | "class" | "undefined" | "null"