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

x/ngrok/deps.ts

Expose your localhost to the web. Ultra-simple deno wrapper for ngrok.
Latest
import * as ngrok from "https://deno.land/x/ngrok@4.0.1/deps.ts";

Functions

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

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.

f
exists
deprecated

Test whether or not the given path exists by checking with the file system

Create a Reader from a ReadableStreamDefaultReader.

Read strings line-by-line from a Reader.

Serves HTTP requests with the given handler.