An open API service indexing awesome lists of open source software.

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.

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.