Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 0ae035b

Browse files
committed
add deprecation notice
1 parent 38be369 commit 0ae035b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
deep copy data
99

10+
> [!CAUTION]
11+
> **This package is no longer maintained.**
12+
> For most deep cloning needs, consider using the native [structuredClone()](https://developer.mozilla.org/en-US/docs/Web/API/Window/structuredClone) function, which is now available in modern JavaScript environments.
13+
1014
## Installation
1115

1216
### npm

0 commit comments

Comments
 (0)