freeze.d.ts 57 B

123
  1. declare function freeze<T>(obj: T): T;
  2. export = freeze;