UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

5 lines 323 B
declare function getFileExtension(filename: string): string; declare const getNormalizedLanguageExtension: (name: string) => string; declare const trimFileNameFromPath: (filePath: string) => string; export { getFileExtension, getNormalizedLanguageExtension, trimFileNameFromPath }; //# sourceMappingURL=file-helper.d.ts.map