identity.d.ts 61 B

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