/** * The identity function, f(x) => x. * @param x The thing to be returned. */ export declare function identity(x: T): T; //# sourceMappingURL=index.d.ts.map