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) =========================

17 lines (13 loc) 306 B
'use strict'; var Action = require('./Action-0ed405c1.cjs'); /** * @memberOf Qualifiers.Region */ class NamedRegion extends Action.Action { constructor(type) { super(); this.regionType = type; this._actionModel.regionType = type; } } exports.NamedRegion = NamedRegion;