@types/deep-freeze-strict
Version:
TypeScript definitions for deep-freeze-strict
22 lines (16 loc) • 707 B
Markdown
# Installation
> `npm install --save @types/deep-freeze-strict`
# Summary
This package contains type definitions for deep-freeze-strict (https://github.com/jsdf/deep-freeze).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-freeze-strict.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-freeze-strict/index.d.ts)
````ts
export = deepFreezeStrict;
declare function deepFreezeStrict<T>(o: T): T;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by [Mohamed Hegazy](https://github.com/mhegazy).