Skip to main content
Module

x/drash/tests/deps.ts

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
File
/** * Drash - A microframework for building JavaScript/TypeScript HTTP systems. * Copyright (C) 2023 Drash authors. The Drash authors are listed in the * AUTHORS file at <https://github.com/drashland/drash/AUTHORS>. This notice * applies to Drash version 3.X.X and any later version. * * This file is part of Drash. See <https://github.com/drashland/drash>. * * Drash is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * Drash is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with * Drash. If not, see <https://www.gnu.org/licenses/>. */
// TODO(crookse) Move to deno directoriesexport * as asserts from "https://deno.land/std@v0.204.0/assert/mod.ts";