Skip to main content
Module

x/superdeno/version.ts

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