UNPKG

type-plus

Version:
6 lines 204 B
export type ChainFn<T> = (param: T) => T; /** * An endofunctor is a functor from one category back to the same category. */ export type EndoFn<T> = (param: T) => T; //# sourceMappingURL=ChainFn.d.ts.map