// ets_tracing: off /** * Callback Definition */ export type Cb = (_: T) => void