Skip to main content
Module

x/license_checker/lib.ts>checkLicense

📄 CLI tool for checking license headers in files
Latest
variable checkLicense
import { checkLicense } from "https://deno.land/x/license_checker@v3.2.11/lib.ts";

Checks the license of the files in the given directory.

type

(configs: Config[], opts?: CheckOptions) => Promise<boolean>