UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

14 lines (13 loc) 417 B
declare const stdout: { write: jest.Mock<any, any, any>; clearLine: jest.Mock<any, any, any>; cursorTo: jest.Mock<any, any, any>; }; declare const stdin: { isTTY: boolean; setRawMode: jest.Mock<any, any, any>; off: jest.Mock<any, any, any>; pause: jest.Mock<any, any, any>; resume: jest.Mock<any, any, any>; on: jest.Mock<void, [_: any, listener: (data: string) => void], any>; };