UNPKG

single-page-markdown-website

Version:

Create a nice single-page documentation website from one or more Markdown files

10 lines 294 B
declare function error(message: string): void; declare function info(message: string): void; declare function success(message: string): void; export declare const log: { error: typeof error; info: typeof info; success: typeof success; }; export {}; //# sourceMappingURL=log.d.ts.map