# @types/deep-freeze-strict

> TypeScript definitions for deep-freeze-strict

Latest version **1.1.2** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/deep-freeze-strict
pnpm add @types/deep-freeze-strict
yarn add @types/deep-freeze-strict
bun add @types/deep-freeze-strict
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2023-11-07 |
| First published | 2016-12-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51430 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/deep-freeze-strict
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-freeze-strict
- npm.io page: https://npm.io/package/@types/deep-freeze-strict

## Recent versions

- 1.1.2 (latest) — 2023-11-07
- 1.1.0 (ts2.0) — 2016-12-29
- 1.1.1 — 2023-10-18

## README

# 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).

---
_Source: https://npm.io/package/@types/deep-freeze-strict · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
