UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

6 lines 196 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ declare const isValidRestAPI: <T>(api: T) => boolean; export { isValidRestAPI }; //# sourceMappingURL=api-def.validator.d.ts.map