UNPKG
@grept/node-plugin
Version:
latest (0.0.1-rc.19)
0.0.1-rc.19
0.0.1-rc.18
0.0.1-rc.17
0.0.1-rc.16
0.0.1-rc.15
0.0.1-rc.14
0.0.1-rc.13
0.0.1-rc.12
0.0.1-rc.11
0.0.1-rc.10
0.0.1-rc.9
0.0.1-rc.8
0.0.1-rc.7
0.0.1-rc.6
0.0.1-rc.5
0.0.1-rc.4
0.0.1-rc.3
0.0.1-rc.2
0.0.1-rc.1
Plugin for @grt/core. Help to manage nodejs versions of your repos
@grept/node-plugin
/
build
/
constants.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IInputOptions
}
from
"./interfaces"
;
import
{
IMeta
}
from
"@grept/common"
;
export
declare
const
PLUGIN_NAME
=
"node"
;
export
declare
const
DEFAULT
:
Partial
<
IInputOptions
>;
export
declare
const
META
:
IMeta
[];