UNPKG

@thi.ng/compose

Version:

Optimized functional composition helpers

3 lines 138 B
import type { FnAny } from "@thi.ng/api"; export declare const constantly: <T>(x: T) => FnAny<T>; //# sourceMappingURL=constantly.d.ts.map