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