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

x/wcarbon/src/cli.ts>GlobalOptions

Access Website Carbon's API for checking carbon emissions for websites with Deno.
Latest
type alias GlobalOptions
import { type GlobalOptions } from "https://deno.land/x/wcarbon@v3.0.4/src/cli.ts";

Only relevant the CLI's options.

definition: app extends Command<void, void, void, [], infer Options extends Record<string, unknown>> ? Options : never