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

x/license_checker/lib.ts>checkLicense

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

Checks the license of the files in the given directory.

type

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