UNPKG

258 Btext/x-handlebars-templateView Raw
1{{#if (equal kind "class")~}}
2 {{#if isConstructor}}new {{else}}class: {{/if~}}
3{{/if~}}
4{{#if (equal kind "constant")~}}const: {{/if~}}
5{{#if (equal kind "event")~}}event: {{/if~}}
6{{#if isEnum}}enum: {{/if~}}
7{{#if (equal kind "typedef")~}}type: {{/if}}
\No newline at end of file