mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
10 lines
399 B
TypeScript
10 lines
399 B
TypeScript
// Type definitions for markdown-it-source-map 0.1
|
|
// Project: https://github.com/tylingsoft/markdown-it-source-map#readme
|
|
// Definitions by: Felix Wotschofsky <https://github.com/feliskio>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
import MarkdownIt = require('markdown-it');
|
|
|
|
declare const markdownItSourceMap: MarkdownIt.PluginSimple;
|
|
export default markdownItSourceMap;
|