Regenerate flow types and add more types.
This commit is contained in:
@@ -1727,4 +1727,8 @@ declare module "babel-types" {
|
||||
declare function isTSType(node: Object, opts?: Object): boolean;
|
||||
declare function isNumberLiteral(node: Object, opts?: Object): boolean;
|
||||
declare function isRegexLiteral(node: Object, opts?: Object): boolean;
|
||||
declare function clone<T>(n: T): T;
|
||||
declare function cloneDeep<T>(n: T): T;
|
||||
declare function removeProperties<T>(n: T, opts: ?{}): void;
|
||||
declare function removePropertiesDeep<T>(n: T, opts: ?{}): T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user