// ets_tracing: off

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