Home
last modified time | relevance | path

Searched refs:handleKeypress (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/interface/
H A DKeyPressHandler.ts35 private handleKeypress = async (key: string) => { property in KeyPressHandler
66 stdin.on('data', this.handleKeypress);
76 stdin.removeListener('data', this.handleKeypress);