UNPKG

@n1k1t/unit-generator

Version:

Coverage based unit tests AI generator

14 lines 330 B
import 'json2md'; declare module 'json2md' { namespace DefaultConverters { interface Converters { plain: string; file: { content: string; title?: string; path?: string; }; } } } //# sourceMappingURL=json2md.global.d.ts.map