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