npmci/dist/npmci.servezone.d.ts
2017-03-11 01:10:37 +01:00

5 lines
127 B
TypeScript

/**
* the main run function to submit a service to a servezone
*/
export declare let run: (configArg: any) => Promise<void>;