Skip to main content
Module

x/opine/version.ts

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
File
/** * Version of Opine. */export const VERSION = "2.2.0";
/** * Supported version of Deno. */export const DENO_SUPPORTED_VERSIONS: string[] = ["1.21.1"];