UNPKG

@eslint-types/jsdoc

Version:
13 lines (11 loc) 212 B
export interface Schema0 { contexts?: Array< | string | { comment?: string; context?: string; } >; exemptedBy?: string[]; } export type RequireThrowsRuleOptions = [Schema0?];