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