Module

x/opine/version.ts

Minimalist web framework for Deno ported from ExpressJS.
Latest
File
/** * Version of Opine. */export const VERSION = "2.3.4";
/** * Supported version of Deno. */export const DENO_SUPPORTED_VERSIONS: string[] = ["1.32.4"];