type alias Deno.FromForeignFunction
Type Parameters Jump to heading
Jump to headingT extends ForeignFunction
Definition Jump to heading
T["parameters"] extends readonly [] ? () => StaticForeignSymbolReturnType<T> : (...args: ToNativeParameterTypes<T["parameters"]>) => StaticForeignSymbolReturnType<T>