UNPKG

@softkit/i18n

Version:

This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)

5 lines (4 loc) 264 B
import ts from 'typescript'; export declare const convertObjectToTypeDefinition: (object: any) => Promise<ts.TypeElement[]>; export declare const createTypesFile: (object: any) => Promise<string>; export declare const annotateSourceCode: (code: string) => string;