UNPKG

tslint-clean-code

Version:
6 lines (5 loc) 96 B
export interface IAria { type: string; values: string[]; allowUndefined: boolean; }