UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLinkRelWithFallback = getLinkRelWithFallback; function getLinkRelWithFallback({ target, rel, }) { return target === '_blank' && !rel ? 'noopener noreferrer' : rel; } //# sourceMappingURL=getLinkRelWithFallback.js.map