UNPKG

@argdown/node

Version:

Async Argdown application for node.js

6 lines (5 loc) 196 B
/// <reference types="node" /> export declare const imageUtils: { getImage: (imagePath: string, baseDir?: string) => Promise<Buffer>; getRemoteImage: (path: string) => Promise<Buffer>; };