type alias IsUnknownimport { type IsUnknown } from "https://dotland.deno.dev/std@0.181.0/testing/types.ts"; Checks if type T is the unknown type. Type ParametersTdefinition: unknown extends T ? ([T] extends [null] ? false : true) : false