UNPKG

@zhengxs/http

Version:

A lightweight cross-platform http request library

11 lines (9 loc) 224 B
/** * Disclaimer: modules in _shims aren't intended to be imported by SDK users. */ export class MultipartBody { constructor(public body: any) {} get [Symbol.toStringTag](): string { return 'MultipartBody'; } }