Skip to main content
Module

x/superoak/mod.ts

HTTP assertions for Oak made easy via SuperDeno. ๐Ÿฟ ๐Ÿฆ•
Go to Latest
File
export { superoak } from "./src/superoak.ts";export { DENO_SUPPORTED_VERSIONS, VERSION } from "./version.ts";
/** * Re-export useful types from SuperDeno. */export type { IRequest, IResponse, SuperDeno, Test } from "./deps.ts";