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