UNPKG

@solarity/hardhat-markup

Version:

Customizable markdown documentation for smart contracts

5 lines 249 B
import type { NewTaskActionFunction } from "hardhat/types/tasks"; import type { DlMarkupArgs } from "./types.js"; declare const markupAction: NewTaskActionFunction<DlMarkupArgs>; export default markupAction; //# sourceMappingURL=task-action.d.ts.map