UNPKG

322 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.isEmptyData = void 0;
4function isEmptyData(data) {
5 if (typeof data === "string") {
6 return data.length === 0;
7 }
8 return data.byteLength === 0;
9}
10exports.isEmptyData = isEmptyData;
11//# sourceMappingURL=isEmptyData.js.map
\No newline at end of file