type alias Deno.StaticForeignSymbol
A utility type that infers a foreign symbol.
Type Parameters Jump to heading
Jump to headingT extends ForeignFunction | ForeignStatic
Definition Jump to heading
T extends ForeignFunction ? FromForeignFunction<T> : T extends ForeignStatic ? FromNativeType<T["type"]> : never