UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

7 lines (5 loc) 87 B
// ets_tracing: off /** * Callback Definition */ export type Cb<T> = (_: T) => void