UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

8 lines (7 loc) 224 B
import { Converter as ShowdownConverter } from 'showdown'; /** * Create a new showdown converter instance * * @private utility of `WebsiteScraper` */ export declare function createShowdownConverter(): ShowdownConverter;