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

x/solc/deps.ts

💎 Solidity bindings for Deno
Go to Latest
import * as solc from "https://deno.land/x/solc@1.0.6/deps.ts";

Functions

Copies from src to dst until either EOF (null) is read from src or an error occurs. It resolves to the number of bytes copied or rejects with the first error encountered while copying.

TODO: Also accept 'path' parameter as a Node polyfill Buffer or URL type once these are implemented. See https://github.com/denoland/deno/issues/3403

Create a Reader from a ReadableStreamDefaultReader.