Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wcarbon/src/cli.ts>GlobalOptions

Access Website Carbon's API for checking carbon emissions for websites with Deno.
Go to Latest
type alias GlobalOptions
import { type GlobalOptions } from "https://deno.land/x/wcarbon@v3.0.0/src/cli.ts";
definition: app extends Command<void, void, void, [], infer Options extends Record<string, unknown>> ? Options : never