UNPKG

465 BTypeScriptView Raw
1// Type definitions for markdown-it v12.0.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// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7// TypeScript Version: 2.0
8
9import MarkdownIt = require('./lib');
10
11export as namespace markdownit;
12
13export = MarkdownIt;