Skip to main content
Module

x/superoak/version.ts

HTTP assertions for Oak made easy via SuperDeno. ๐Ÿฟ ๐Ÿฆ•
Go to Latest
File
/** * Version of SuperOak. */export const VERSION: string = "2.2.0";
/** * Supported versions of Deno. */export const DENO_SUPPORTED_VERSIONS: string[] = ["1.3.1"];