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

github.com/fantian007/console-tag
fantian007/console-tag
@sprit/console-tag
/
dist
/
constant.d.ts
6 lines
(5 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IOption
}
from
"./interface"
;
/** 插件名 */
export
declare
const
PLUGIN_NAME
=
"console-tag-plugin"
;
/** 默认配置 */
export
declare
const
DEFAULT_OPTION
:
Partial
<
IOption
>;