json-typer
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

json-typer

Convert JSON strings to TypeScript types fastly

Installation:

npm i json-typer

Usage:

import { jsonToType } from "json-typer";

const myJson = `{ "a": 1 }`;
console.log(jsonToType("myType", myJson));

//type myType = {a:number}

Readme

Keywords

none

Package Sidebar

Install

npm i json-typer

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

3.14 kB

Total Files

8

Last publish

Collaborators

  • eternalquasar8486