1.0.2 • Published 3 years ago

@akiravoid/markdown-it-sup v1.0.2

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

Type Definition for markdown-it-sup

Usage

Remember to edit your tsconfig.json:

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

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.