type alias Deno.StaticForeignSymbol
A utility type that infers a foreign symbol.
T extends ForeignFunction | ForeignStatic
T extends ForeignFunction ? FromForeignFunction<T> : T extends ForeignStatic ? FromNativeType<T["type"]> : never