Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/metro/
H A DTerminalReporter.ts11 TerminalReporterInterface,
41 const XTerminalReporter = UpstreamTerminalReporter as unknown as TerminalReporterInterface;
44 export class TerminalReporter extends XTerminalReporter implements TerminalReporterInterface {
H A DTerminalReporter.types.ts61 export interface TerminalReporterInterface { interface
62 new (terminal: Terminal): TerminalReporterInterface;