Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias Instance.ResultCallback
import { type Instance } from "https://deno.land/x/frugal@0.9.0/doc/dep/marked.ts";
const { ResultCallback } = Instance;
definition: (error: Error | null, parseResult?: string) => undefined | void