@apistudio/apim-cli
Version:
CLI for API Management Products
5 lines • 389 B
TypeScript
import TypeNotFoundException from '../exeptions/type-not-found-exception.js';
export declare function getDocumentBasedOnLanguage(fileContent: string, language: string): any;
export declare function getType(data: object | string, language: string): string | TypeNotFoundException;
export declare function getLanguage(data: object | string): string;
//# sourceMappingURL=data-parser.d.ts.map