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 { VERSION, DENO_SUPPORTED_VERSIONS } from "./version.ts";
/** * Re-export useful types from SuperDeno. */export { SuperDeno, Test, IRequest, IResponse } from "./deps.ts";