UNPKG
@sprit/console-tag
Version:
latest (1.0.1)
1.0.1

github.com/fantian007/console-tag
fantian007/console-tag
@sprit/console-tag
/
dist
/
index.d.ts
5 lines
(4 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
Git
}
from
'./helpers/git'
;
export
{ getConsole }
from
'./helpers/console'
;
export
{
ConsoleTagWebpackPlugin
}
from
'./plugins/webpack'
;
export
{
ConsoleTagRspackPlugin
}
from
'./plugins/rspack'
;