deno_doc 0.198.0

doc generation for deno
Documentation
1
2
3
4
5
6
7
8
9
{{~#if (ne this null)~}}
  <div class="deprecated">
    <div><span>Deprecated</span></div>

    {{~#if (ne this "")~}}
      <div>{{{this}}} {{! markdown rendering }}</div>
    {{~/if~}}
  </div>
{{~/if~}}