npmci/dist/npmci.servezone.d.ts

5 lines
118 B
TypeScript

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