mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
300 B
TypeScript
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;
|