Module

x/license_checker/dev_deps.ts

📄 CLI tool for checking license headers in files
Go to Latest
File
// Copyright 2020-2022 Yoshiya Hinosawa. All rights reserved. MIT license.
export { assertEquals } from "https://deno.land/std@0.161.0/testing/asserts.ts";export { StringReader } from "https://deno.land/std@0.161.0/io/readers.ts";export { serve } from "https://deno.land/std@0.161.0/http/server.ts";export { isNode } from "https://deno.land/x/which_runtime@0.2.0/mod.ts";