Skip to main content
Module

x/ngrok/deps.ts>TypedCustomEvent

Expose your localhost to the web. Ultra-simple deno wrapper for ngrok.
Latest
class TypedCustomEvent
extends Event
import { TypedCustomEvent } from "https://deno.land/x/ngrok@4.0.1/deps.ts";

Constructors

new
TypedCustomEvent(typeArg: K, eventInitDict: TypedCustomEventInit<V>)

Type Parameters

K extends string
V

Properties

readonly
detail: V