DefinitelyTyped/types/deep-freeze-strict/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
300 B
TypeScript

// Type definitions for deep-freeze-strict 1.1
// Project: https://github.com/jsdf/deep-freeze
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = deepFreezeStrict;
declare function deepFreezeStrict<T>(o: T): T;