Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SBoudrias/Inquirer.js
/ type
Function
type
packages/testing/src/index.ts:58–63 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
56
}
57
},
58
type
(text: string) {
59
input.write(text);
60
for
(
const
char of text) {
61
input.emit(
'keypress'
, null, { name: char });
62
}
63
},
64
};
65
66
let
rendersConsumed = output.writeCount;
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected