Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 472 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 472 Bytes

jsonify-type

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