Module

x/license_checker/lib.ts>CheckOptions

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

The options for the checkLicense function.

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