Go modular
This commit is contained in:
committed by
Phil Kunz
parent
6edd51c6e6
commit
b6a85319b0
9
dist/mod_publish/index.d.ts
vendored
Normal file
9
dist/mod_publish/index.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* type of supported services
|
||||
*/
|
||||
export declare type TPubService = 'npm' | 'docker';
|
||||
/**
|
||||
* the main exported publish function.
|
||||
* @param pubServiceArg references targeted service to publish to
|
||||
*/
|
||||
export declare let publish: (pubServiceArg?: TPubService) => Promise<any>;
|
||||
Reference in New Issue
Block a user