Add clean function (#38621)

This commit is contained in:
Khải
2019-10-02 14:48:32 -07:00
committed by Ryan Cavanaugh
parent 5c0bb53def
commit faf941d13c
+2
View File
@@ -30,3 +30,5 @@ export function publish(
basePath: string,
config: PublishOptions,
callback?: (err: any) => void): void;
export function clean(): void;