UNPKG
czip
Version:
latest (2.13.0)
2.13.0
2.12.0
2.10.1
2.10.0
2.9.5
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Nodejs console app for file encryption
github.com/webdevelopland/czip
webdevelopland/czip
czip
/
src
/
process
/
pause-input.js
9 lines
(7 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// Pause
stdin
function
pauseInput
()
{ process.
stdout
.
write
(
'\n'
); process.
stdin
.setRawMode(
false
); process.
stdin
.pause(); }
module
.exports = pauseInput;