UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

17 lines (15 loc) 247 B
/** * A time interface just for documentation purpose */ export interface TimeInterface { /** * @example * interface property */ zone: string; /** * @example * interface method */ foo?(): string; }