UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

21 lines (16 loc) 667 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../tslib.es6-66bcd4e3.cjs'); var QualifierValue = require('../../QualifierValue-e770d619.cjs'); /** * @memberOf Qualifiers.AspectRatio * @extends {SDK.QualifierValue} */ var AspectRatioQualifierValue = /** @class */ (function (_super) { tslib_es6.__extends(AspectRatioQualifierValue, _super); function AspectRatioQualifierValue() { return _super !== null && _super.apply(this, arguments) || this; } return AspectRatioQualifierValue; }(QualifierValue.QualifierValue)); exports.AspectRatioQualifierValue = AspectRatioQualifierValue;