https://github.com/maximilianmairinger/circflatten
Flatten (circular) objects.
https://github.com/maximilianmairinger/circflatten
circ circular cyclic flat flatten object recursive self-referencing serialize
Last synced: over 1 year ago
JSON representation
Flatten (circular) objects.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/circflatten
- Owner: maximilianMairinger
- Created: 2023-03-03T15:49:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T15:27:35.000Z (over 3 years ago)
- Last Synced: 2025-02-23T11:04:26.686Z (over 1 year ago)
- Topics: circ, circular, cyclic, flat, flatten, object, recursive, self-referencing, serialize
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/circ-flatten
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circ flatten
Flatten (circular) objects.
> Please note that Circ flatten is currently under development and not yet suited for production
## Installation
```shell
$ npm i circ-flatten
```
## Usage
```ts
import circFlatten from "circ-flatten"
circFlatten()
```
## Contribute
All feedback is appreciated. Create a pull request or write an issue.