UNPKG

fantasy-types

Version:

Fantasy Land types definitions

6 lines (4 loc) 106 B
import { Extend } from "./Extend"; export interface Comonad<T> extends Extend<T> { extract: () => T; }