Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/io.ts>SyncWriter

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface SyncWriter
import { type SyncWriter } from "https://deno.land/x/deno@v0.30.0/cli/js/io.ts";

Methods

writeSync(p: Uint8Array): number