4.1.3 • Published 2 years ago

@types/markdown-it-attrs v4.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/markdown-it-attrs

Summary

This package contains type definitions for markdown-it-attrs (https://github.com/arve0/markdown-it-attrs).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-attrs.

index.d.ts

// Type definitions for markdown-it-attrs 4.1
// Project: https://github.com/arve0/markdown-it-attrs
// Definitions by: Daniil Pronin <https://github.com/grawl>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import MarkdownIt = require('markdown-it');
declare function attrs(md: MarkdownIt): void;
export = attrs;

Additional Details

  • Last updated: Sat, 13 Nov 2021 08:31:23 GMT
  • Dependencies: @types/markdown-it
  • Global values: none

Credits

These definitions were written by Daniil Pronin.