UNPKG
@elonehoo/vitepress-plugin-npm-commands
Version:
latest (0.0.2)
0.0.2
0.0.1
A plugin that adds syntax for showing `npm`, `yarn`, `pnpm` commands in tabs.
@elonehoo/vitepress-plugin-npm-commands
/
dist
/
index.d.ts
6 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
import
MarkdownIt
from
'markdown-it'
;
declare
const
npmCommandsPlugin
:
(
md
:
MarkdownIt
) =>
void
;
export
{ npmCommandsPlugin
as
npmCommandsMarkdownPlugin };