// ets_tracing: off /** * @ets_optimize identity */ export function instance(_: Omit): T { return _ as any }