https://github.com/ianwalter/cloneable
Create a clone of an object that is accepted by the Structured Clone Algorithm
https://github.com/ianwalter/cloneable
postmessage structured-clone worker-threads
Last synced: 10 months ago
JSON representation
Create a clone of an object that is accepted by the Structured Clone Algorithm
- Host: GitHub
- URL: https://github.com/ianwalter/cloneable
- Owner: ianwalter
- License: other
- Created: 2020-01-30T06:43:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T15:59:32.000Z (over 2 years ago)
- Last Synced: 2025-04-30T03:49:24.017Z (10 months ago)
- Topics: postmessage, structured-clone, worker-threads
- Language: JavaScript
- Homepage:
- Size: 279 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @ianwalter/cloneable
> Create a clone of an object that is accepted by the Structured Clone Algorithm
[![npm page][npmImage]][npmUrl]
[![CI][ciImage]][ciUrl]
## About
## Installation
```console
yarn add @ianwalter/cloneable
```
## License
Hippocratic License - See [LICENSE][licenseUrl]
Created by [Ian Walter](https://ianwalter.dev)
[npmImage]: https://img.shields.io/npm/v/@ianwalter/cloneable.svg
[npmUrl]: https://www.npmjs.com/package/@ianwalter/cloneable
[ciImage]: https://github.com/ianwalter/cloneable/workflows/CI/badge.svg
[ciUrl]: https://github.com/ianwalter/cloneable/actions
[licenseUrl]: https://github.com/ianwalter/cloneable/blob/master/LICENSE