Skip to main content
Module

x/superdeno/version.ts

Super-agent driven library for testing Deno HTTP servers.
Go to Latest
File
/** * Version of SuperDeno. */export const VERSION = "4.8.0";
/** * Supported versions of Deno. */export const DENO_SUPPORTED_VERSIONS = ["1.19.3"];