@akiravoid/markdown-it-footnote
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Type Definition for markdown-it-footnote

Usage

Remember to edit your tsconfig.json:

"compilerOptions": {
    "paths": {
        "markdown-it-footnote": ["./node_modules/@akiravoid/markdown-it-footnote"]
    }
}

Cause TypeScript will just automatically search declaration files inside node_modules and node_modules/@types, if you don't do so, you'll get a compile error.

Disclaimers

This package is built because it's too small to be added to DefinitelyTyped.

This package is just built for private usage, the author don't guarantee its availability and maintenance. Use it at your own risk.

Package Sidebar

Install

npm i @akiravoid/markdown-it-footnote

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

2.01 kB

Total Files

3

Last publish

Collaborators

  • akiravoid