Installation
npm install --save @types/markdown-it-source-map
Summary
This package contains type definitions for markdown-it-source-map (https://github.com/tylingsoft/markdown-it-source-map#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-source-map.
index.d.ts
import MarkdownIt = require("markdown-it");
declare const markdownItSourceMap: MarkdownIt.PluginSimple;
export default markdownItSourceMap;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/markdown-it
Credits
These definitions were written by Felix Wotschofsky.