{% import "macros.html" as macros %} {%- if constant.isDeprecated -%}
Deprecated
{%- endif -%} {%- if constant.description -%}

{$ constant.description | marked | safe $}

{%- endif -%}

{%- highlight "typescript" -%}
  const {$ constant.name | safe $}: {$ constant.type | safe $};
{%- end_highlight -%}