Validate @babel/preset-env options (#8031)
This commit is contained in:
committed by
Brian Ng
parent
110779e9f3
commit
3de053cc6c
@@ -166,3 +166,9 @@ declare module "convert-source-map" {
|
||||
generateMapFileComment(path: string, options?: ?{ multiline: boolean }): string,
|
||||
};
|
||||
}
|
||||
|
||||
declare module "js-levenshtein" {
|
||||
declare module.exports: {
|
||||
(string, string): number,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user