now fully async
This commit is contained in:
2
dist/npmci.servezone.d.ts
vendored
2
dist/npmci.servezone.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
* the main run function to submit a service to a servezone
|
||||
*/
|
||||
export declare let run: (configArg: any) => void;
|
||||
export declare let run: (configArg: any) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user