Deno.NativeTypedFunctiontype NativeTypedFunction<T extends UnsafeCallbackDefinition> = "function" & {[brand]: T; };§Type Parameters§T extends UnsafeCallbackDefinition[src]§Type§"function" & {[brand]: T; }[src]