npmci/dist/npmci.servezone.d.ts

5 lines
127 B
TypeScript
Raw Normal View History

/**
* the main run function to submit a service to a servezone
*/
2017-03-11 00:10:37 +00:00
export declare let run: (configArg: any) => Promise<void>;