mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-06 17:02:53 +00:00
* [markdown-it] Upgrade for v10.0.0 * [markdown-it]: rollback ts version to 2.0 and complete tests * [prosemirror-markdown]: fix test due to markdown-it types update
12 lines
433 B
TypeScript
12 lines
433 B
TypeScript
// Type definitions for markdown-it v10.0.0
|
|
// Project: https://github.com/markdown-it/markdown-it
|
|
// Definitions by: York Yao <https://github.com/plantain-00/>
|
|
// Robert Coie <https://github.com/rapropos>
|
|
// duduluu <https://github.com/duduluu>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.0
|
|
|
|
import MarkdownIt = require('./lib');
|
|
|
|
export = MarkdownIt;
|