UNPKG

@argdown/node

Version:

Async Argdown application for node.js

6 lines (5 loc) 217 B
import { IAsyncArgdownPlugin, IAsyncRequestHandler } from "../IAsyncArgdownPlugin"; export declare class GenerateDataUrlsPlugin implements IAsyncArgdownPlugin { name: string; runAsync: IAsyncRequestHandler; }