https://github.com/maximilianmairinger/tinyclone
Deeply clone js objects.
https://github.com/maximilianmairinger/tinyclone
clone deep deeply small tiny
Last synced: 6 months ago
JSON representation
Deeply clone js objects.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/tinyclone
- Owner: maximilianMairinger
- Created: 2020-02-04T12:46:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T10:30:27.000Z (almost 3 years ago)
- Last Synced: 2025-08-30T03:28:42.675Z (10 months ago)
- Topics: clone, deep, deeply, small, tiny
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/tiny-clone
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny clone
Deeply clone js objects.
> Please not that Tiny clone is currently under development and not yet suited for production
## Example
```js
import tinyClone from "tiny-clone"
tinyClone()
```
## Conribute
All feedback is appreciated. Create a pull request or write an issue.