type alias Funcimport { type Func } from "https://deno.land/x/rimbu@1.2.0/spy/index.ts"; Convenience type for a function. Type ParametersoptionalA extends any[] = any[]optionalR = anydefinition: (...args: A) => R