type alias Constructimport { type Construct } from "https://deno.land/x/rimbu@1.1.0/spy/index.ts"; Convenience type for any type having a constructor. Type ParametersoptionalA extends any[] = any[]optionalR = anydefinition: { new (...args: A): R; }