Module

x/license_checker/deps.ts

📄 CLI tool for checking license headers in files
Go to Latest
File
// Copyright 2020 Yoshiya Hinosawa. All rights reserved. MIT license.
export { parse } from "https://deno.land/std@0.76.0/flags/mod.ts";export { blue, green, red } from "https://deno.land/std@0.76.0/fmt/colors.ts";export { expandGlob } from "https://deno.land/std@0.76.0/fs/mod.ts";export { posix, win32 } from "https://deno.land/std@0.76.0/path/mod.ts";export { contains } from "https://deno.land/std@0.76.0/bytes/mod.ts";