UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

11 lines (10 loc) 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emitWarningIfUnsupportedVersion = void 0; let warningEmitted = false; const emitWarningIfUnsupportedVersion = (version) => { if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 14) { warningEmitted = true; } }; exports.emitWarningIfUnsupportedVersion = emitWarningIfUnsupportedVersion;