Initial
This commit is contained in:
11
resources/app/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js
generated
vendored
Normal file
11
resources/app/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"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
|
||||
Reference in New Issue
Block a user