method Blob.prototype.text Usage in Deno```typescript import { Blob } from "node:node__buffer.d.ts"; ``` Blob.prototype.text(): Promise<string> Returns a promise that fulfills with the contents of the `Blob` decoded as a UTF-8 string. Return Type Promise<string>