type alias Deno.UnsafeCallbackFunction
An unsafe callback function.
Type Parameters Jump to heading
Jump to headingParameters extends readonly NativeType[] = readonly NativeType[]
Jump to headingResult extends NativeResultType = NativeResultType
Definition Jump to heading
Parameters extends readonly [] ? () => ToNativeResultType<Result> : (...args: FromNativeParameterTypes<Parameters>) => ToNativeResultType<Result>