jsonify-type
v1.0.0
Published
The type of `JSON.parse(JSON.stringify(object))`
Readme
Overview
This package simply provides the generic type Jsonify<T> which is the type of JSON.parse(JSON.stringify(object)) when the type of object is T.
Installation
Install via npm.
npm i jsonify-type