Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/license_checker/lib.ts>Config

๐Ÿ“„ CLI tool for checking license headers in files
Latest
interface Config
import { type Config } from "https://deno.land/x/license_checker@v3.3.1/lib.ts";

The main config for the license checker.

Properties

optional
ignore: string[]
config: Array<[string, LicenseLines]>