Module

x/license_checker/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 { parse } from "https://deno.land/std@0.161.0/flags/mod.ts";export { blue, green, red } from "https://deno.land/std@0.161.0/fmt/colors.ts";export { expandGlob } from "https://deno.land/std@0.160.0/fs/mod.ts";export { posix, win32 } from "https://deno.land/std@0.161.0/path/mod.ts";export { includesNeedle as contains } from "https://deno.land/std@0.161.0/bytes/mod.ts";export { copy } from "https://deno.land/std@0.161.0/streams/conversion.ts";