初始化环境文件
This commit is contained in:
7
node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js
generated
vendored
Normal file
7
node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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