UNPKG

@gitzone/npmts

Version:

best practice npm TypeScript modules

7 lines (6 loc) 210 B
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>;