interface BrowserslistRequest {
    browsers?: string | readonly string[];
}

Hierarchy

  • Options
    • BrowserslistRequest

Properties

Properties

browsers?: string | readonly string[]