UNPKG

cdk-amazon-chime-resources

Version:

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

11 lines 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmptyData = void 0; function isEmptyData(data) { if (typeof data === "string") { return data.length === 0; } return data.byteLength === 0; } exports.isEmptyData = isEmptyData; //# sourceMappingURL=isEmptyData.js.map