UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

10 lines (9 loc) 117 B
/** * Some interface */ export interface SomeInterface { /** * does something */ foo(): void; }