Add/update filtered-sum-bms benchmark
This commit is contained in:
6
spot-launcher/node_modules/@smithy/smithy-client/dist-es/quote-header.js
generated
vendored
Normal file
6
spot-launcher/node_modules/@smithy/smithy-client/dist-es/quote-header.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export function quoteHeader(part) {
|
||||
if (part.includes(",") || part.includes('"')) {
|
||||
part = `"${part.replace(/"/g, '\\"')}"`;
|
||||
}
|
||||
return part;
|
||||
}
|
||||
Reference in New Issue
Block a user