V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
|
||||
*/
|
||||
export class MultipartBody {
|
||||
constructor(body) {
|
||||
this.body = body;
|
||||
}
|
||||
get [Symbol.toStringTag]() {
|
||||
return 'MultipartBody';
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=MultipartBody.mjs.map
|
||||
Reference in New Issue
Block a user