UNPKG

tslint-clean-code

Version:
7 lines (6 loc) 80 B
/** * Interface of dom */ export interface IDom { supportAria: boolean; }