convert @babel/helper-split-export-declaration to TypeScript (#12485)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Bogdan Savluk
2020-12-16 00:05:48 +01:00
committed by GitHub
parent 2f6de2f0c5
commit e29742717d
2 changed files with 4 additions and 0 deletions

View File

@@ -164,3 +164,7 @@ declare module "@babel/helper-function-name" {
localBinding?: boolean
): any;
}
declare module "@babel/helper-split-export-declaration" {
declare export default function splitExportDeclaration(exportDeclaration: any): any;
}