UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 620 B
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 getBaseKind(data: object | string, language: string): string; export declare function getLanguage(data: object | string): string; export declare function getContentType(language: string): string; export declare function isInvalidFile(text: string, fileExt: string): boolean; //# sourceMappingURL=data.parser.d.ts.map