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