UNPKG
cloudflare
Version:
beta (6.0.0-beta.1)
latest (5.2.0)
latest-1 (1.1.1)
next (2.9.1)
6.0.0-beta.1
5.2.0
5.1.0
5.0.0
4.5.0
4.4.1
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.5.0
3.4.0
3.2.0
3.1.0
3.0.0
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.9.1
2.8.0
2.7.0
2.6.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
The official TypeScript library for the Cloudflare API
cloudflare/cloudflare-typescript
cloudflare
/
_shims
/
MultipartBody.mjs
12 lines
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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