Front end of the Slack clone application.

identity.d.ts 46B

12
  1. export declare function identity<T>(x: T): T;