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

1.0.3 • Public • Published

Type Definition for markdown-it-kbd

Usage

Remember to edit your tsconfig.json:

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

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.

/@akiravoid/markdown-it-kbd/

    Package Sidebar

    Install

    npm i @akiravoid/markdown-it-kbd

    Weekly Downloads

    2

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    1.91 kB

    Total Files

    3

    Last publish

    Collaborators

    • akiravoid