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 = "0.0.3";
/** * Supported version of Deno. */export const DENO_SUPPORTED_VERSION = "1.0.0";