We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f944c commit 9789502Copy full SHA for 9789502
README.md
@@ -22,7 +22,7 @@ yarn add deeply-clone
22
23
## Usage
24
25
-Once the package is installed, you can import the library using import or require approach:
+Once the package is installed, you can import the library using **import** or **require** approach:
26
27
```js
28
import { deeplyClone } from "deeply-clone";
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "deeply-clone",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"author": "Ilia Chernetskii <ichernetskii@gmail.com>",
5
"license": "MIT",
6
"description": "Deep fast clone JavaScript objects with circular references handling and TypeScript support",
0 commit comments