Skip to content

Does not provide an export named 'convertJsonToTs' #1

@blacksmoke26

Description

@blacksmoke26

Steps to reproduce

import { convertJsonToTs } from '@typeweaver/json2ts';
const json = { name: "John", age: 30 };

const tsInterface = convertJsonToTs(json);
console.log(tsInterface);

Error

import { convertJsonToTs } from '@typeweaver/json2ts';
         ^^^^^^^^^^^^^^^
SyntaxError: The requested module '@typeweaver/json2ts' does not provide an export named 'convertJsonToTs'

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions