UNPKG

@junaidatari/json2ts

Version:

Convert JSON objects to TypeScript interfaces automatically.

8 lines (7 loc) 244 B
/** * JSON to TypeScript Converter * * This module provides functionality to convert JSON objects into TypeScript interfaces. * It supports both nested and flattened interface generation. */ module.exports = require('./lib/index');