convert @babel/helper-split-export-declaration to TypeScript (#12485)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
parent
2f6de2f0c5
commit
e29742717d
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user