Interface BundlephobiaClientOptions

Constructor options for BundlephobiaClient.

interface BundlephobiaClientOptions {
    baseUrl?: string;
}

Properties

Properties

baseUrl?: string

Base URL for the Bundlephobia API (default: 'https://bundlephobia.com'). Override for self-hosted instances or testing.