import { checkLicense } from "https://deno.land/x/license_checker@v3.3.1/lib.ts";
Checks the license of the files in the given directory.
type
(configs: Config[], opts?: CheckOptions) => Promise<boolean>
import { checkLicense } from "https://deno.land/x/license_checker@v3.3.1/lib.ts";
Checks the license of the files in the given directory.