Module

x/license_checker/deps.ts

📄 CLI tool for checking license headers in files
Go to Latest
File
// Copyright 2019 Yoshiya Hinosawa. All rights reserved. MIT license.
export { parse } from "https://deno.land/std@v0.23.0/flags/mod.ts"export { red, green, blue } from "https://deno.land/std@v0.23.0/fmt/colors.ts"export { globrex } from "https://deno.land/std@v0.23.0/path/globrex.ts"export { encode } from "https://deno.land/std@v0.23.0/strings/mod.ts"