type alias CheckOptionsimport { type CheckOptions } from "https://dotland.deno.dev/x/license_checker@v3.3.1/lib.ts"; The options for the checkLicense function. definition: { cwd?: string; quiet?: boolean; inject?: boolean; }