UNPKG
@gitzone/npmts
Version:
latest (8.0.38)
8.0.38
8.0.30
best practice npm TypeScript modules
gitlab.com/gitzone/npmts
@gitzone/npmts
/
dist
/
mod_compile
/
mod.check.d.ts
5 lines
(4 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
import
{
ProjectinfoNpm
}
from
'projectinfo'
;
import
{
INpmtsConfig
}
from
'../npmts.config'
;
export
declare
let
projectInfo
:
ProjectinfoNpm
;
export
declare
let
run
:
(
configArg
:
INpmtsConfig
) =>
Promise
<
INpmtsConfig
>;