From faf941d13c4994e82e412ab1fcc4ea424a0b1593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Thu, 3 Oct 2019 04:48:32 +0700 Subject: [PATCH] Add clean function (#38621) --- types/gh-pages/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/gh-pages/index.d.ts b/types/gh-pages/index.d.ts index e88b679ce6..59a62fc25f 100644 --- a/types/gh-pages/index.d.ts +++ b/types/gh-pages/index.d.ts @@ -30,3 +30,5 @@ export function publish( basePath: string, config: PublishOptions, callback?: (err: any) => void): void; + +export function clean(): void;