初始化环境文件
This commit is contained in:
9
node_modules/@aws-crypto/util/build/module/isEmptyData.js
generated
vendored
Normal file
9
node_modules/@aws-crypto/util/build/module/isEmptyData.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
export function isEmptyData(data) {
|
||||
if (typeof data === "string") {
|
||||
return data.length === 0;
|
||||
}
|
||||
return data.byteLength === 0;
|
||||
}
|
||||
//# sourceMappingURL=isEmptyData.js.map
|
||||
Reference in New Issue
Block a user