UNPKG

512 BTypeScriptView Raw
1// Type definitions for markdown-it 12.2
2// Project: https://github.com/markdown-it/markdown-it
3// Definitions by: York Yao <https://github.com/plantain-00>
4// Robert Coie <https://github.com/rapropos>
5// duduluu <https://github.com/duduluu>
6// Piotr Błażejewicz <https://github.com/peterblazejewicz>
7// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
8
9import MarkdownIt = require('./lib');
10
11export as namespace markdownit;
12
13export = MarkdownIt;