Skip to main content
Go to Latest
function getDocumentationJSONString
import { getDocumentationJSONString } from "https://deno.land/x/markdeno@markdeno@0.0.1/mod.ts";

Returns an unparsed version of the json object returned by deno doc --json

Examples

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

Parameters

input: string

File to document.