10 lines
143 B
TypeScript
10 lines
143 B
TypeScript
export function emitKeypressEvents() {}
|
|
|
|
export function createInterface() {
|
|
return {
|
|
pause() {},
|
|
resume() {},
|
|
close() {},
|
|
}
|
|
}
|