Skip to main content
function default
import { default } from "https://deno.land/x/cli@v0.0.1/mod.ts";

Every exported symbol ideally should have a documentation line.

It is important that documentation is easily human readable, but there is also a need to provide additional styling information to ensure generated documentation is more rich text. Therefore JSDoc should generally follow markdown markup to enrich the text.

follow https://deno.land/std/style_guide.md

Parameters

foo: string
  • Description of non obvious parameter

Returns

string