@apistudio/apim-cli
Version:
CLI for API Management Products
10 lines • 690 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
import AdmZip from "adm-zip";
export declare const checkAndAddValidYamlFile: (filePath: string, zipFolderPath: string, zipFile: AdmZip, excludeKinds: string[]) => void;
export declare const checkAndAddValidJsonFile: (filePath: string, zipFolderPath: string, zipFile: AdmZip, excludeKinds: string[]) => void;
export declare const checkAndAddOtherFile: (filePath: string, zipFolderPath: string, zipFile: AdmZip) => void;
declare const addValidAssetsToZip: (folderPath: string, zipFolderPath: string, zipFile: AdmZip, excludeKinds: string[]) => void;
export { addValidAssetsToZip };
//# sourceMappingURL=zip-helper.d.ts.map