Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/license_checker/lib.ts>Config

📄 CLI tool for checking license headers in files
Go to Latest
interface Config
import { type Config } from "https://deno.land/x/license_checker@v3.2.9/lib.ts";

The main config for the license checker.

Properties

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