UNPKG

@thi.ng/compose

Version:

Optimized functional composition helpers

7 lines 184 B
/** * Same as eponymous function in thi.ng/api. Identity function: `(x) => x`. * * @param x */ export declare const identity: <T>(x: T) => T; //# sourceMappingURL=identity.d.ts.map