[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text)
()
| 458 | readonly type: string; |
| 459 | /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text) */ |
| 460 | text(): Promise<string>; |
| 461 | /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */ |
| 462 | slice(start?: number, end?: number): BlobLike; |
| 463 | // unfortunately @types/node-fetch@^2.6.4 doesn't type the arrayBuffer method |
no outgoing calls
no test coverage detected