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.1.4";
/** * Supported version of Deno. */export const DENO_SUPPORTED_VERSIONS: string[] = ["1.19.3"];