import { convertJsonToTs } from '@typeweaver/json2ts';
const json = { name: "John", age: 30 };
const tsInterface = convertJsonToTs(json);
console.log(tsInterface);
import { convertJsonToTs } from '@typeweaver/json2ts';
^^^^^^^^^^^^^^^
SyntaxError: The requested module '@typeweaver/json2ts' does not provide an export named 'convertJsonToTs'