@sap-cloud-sdk/connectivity
Version:
SAP Cloud SDK for JavaScript connectivity
13 lines • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isDestinationFetchOptions = isDestinationFetchOptions;
/**
* Type guard to find if object is DestinationFetchOptions.
* @param destination - Destination to be checked
* @returns boolean
* @internal
*/
function isDestinationFetchOptions(destination) {
return destination.destinationName !== undefined;
}
//# sourceMappingURL=destination-accessor-types.js.map