UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

10 lines (8 loc) 210 B
export interface IHtmlEngineHelper { helperFunc(context: any, ...args: any[]): any; } export interface IHandlebarsOptions { fn(context): string; inverse(context: string): string; hash?: any; }