1.0.1 • Published 5 months ago

flatten-type v1.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
5 months ago

Introduction

Flatten nested data while preserving types.

npm.io

Install

npm i flatten-type

Usage

import * as flat from "flatten-type"

const nested = // define your nested data

const flatten = flat.flatten(nested)
const reconstructed : TypeHint = flat.unflatten(flatten)
1.0.1

5 months ago

1.0.0

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago