Skip to main content
Module

x/markdeno/mod.ts>getDenoDocResult

MarkDeno is a way to generate documentation in markdown files.
Go to Latest
function getDenoDocResult
import { getDenoDocResult } from "https://deno.land/x/markdeno@0.1.0/mod.ts";

Returns the result of deno doc without color. Note that deno doc does NOT return markdown.

Examples

console.log(await MarkDeno.getDenoDocResult("file.ts"));

Parameters

input: string

File to document.