Installation
npm install --save @types/markdown-it-lazy-headers
Summary
This package contains type definitions for markdown-it-lazy-headers (https://github.com/Galadirith/markdown-it-lazy-headers).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-lazy-headers.
index.d.ts
import MarkdownIt = require("markdown-it");
declare function lazyheaders(md: MarkdownIt): void;
export = lazyheaders;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/markdown-it
Credits
These definitions were written by Knom.