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

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

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

Methods

writeSync(p: Uint8Array): number