UNPKG

nestjs-i18n

Version:
5 lines (4 loc) 269 B
import * as 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;