Skip to main content
Module

x/dprint/mod.ts>ResponseLike

JS formatter for dprint Wasm plugins.
Latest
interface ResponseLike
import { type ResponseLike } from "https://deno.land/x/dprint@0.2.1/mod.ts";

Properties

status: number
headers: { get(name: string): string | null; }

Methods

arrayBuffer(): Promise<BufferSource>
text(): Promise<string>