Skip to main content
Module

x/license_checker/lib.ts>CheckOptions

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

The options for the checkLicense function.

definition: { cwd?: string; quiet?: boolean; inject?: boolean; }