UNPKG

nestjs-i18n

Version:
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;