mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
Fix react-native function call arity errors
Reviewed By: zertosh Differential Revision: D5081816 fbshipit-source-id: 5978770c30a69fb287d03aa7511999ce30f856a1
This commit is contained in:
committed by
Facebook Github Bot
parent
aa3bbf18a1
commit
3ddc7d47d5
@@ -26,6 +26,7 @@ declare module 'console' {
|
||||
declare function trace(first: any, ...rest: any): void;
|
||||
declare function warn(...data: any): void;
|
||||
declare class Console {
|
||||
constructor(stdout: stream$Writable, stdin?: stream$Writable): void;
|
||||
assert(value: any, ...message: any): void,
|
||||
dir(
|
||||
obj: Object,
|
||||
|
||||
Reference in New Issue
Block a user