Module

x/license_checker/dev_deps.ts

📄 CLI tool for checking license headers in files
Go to Latest
File
// Copyright 2019 Yoshiya Hinosawa. All rights reserved. MIT license.export { runTests, test } from "https://deno.land/std@v0.23.0/testing/mod.ts"export { assertEquals } from "https://deno.land/std@v0.23.0/testing/asserts.ts"export { StringReader } from "https://deno.land/std@v0.23.0/io/readers.ts"