Skip to main content
Module

x/markdeno/mod.ts>getDocumentationJSON

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

Returns a parsed version of the json object returned by deno doc --json

Examples

const json = await MarkDeno.getDocumentationJSON("file.ts");

Parameters

input: string

File to document.