Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/copy_paste/deps.ts

Copy/paste functionality for Deno. Compatible with macOS, Windows and Linux.
Latest
import * as copyPaste from "https://deno.land/x/copy_paste@v1.1.3/deps.ts";

Functions

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Write all the content of the array buffer (arr) to the writer (w).