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_test
/
index.d.ts
7 lines
(6 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
INpmtsConfig
}
from
'../npmts.config'
;
/** * run this module *
@param
configArg some config for how to run this module */
export
declare
let
run
:
(
configArg
:
INpmtsConfig
) =>
Promise
<
INpmtsConfig
>;