UNPKG
radashi-helper
Version:
latest (0.1.12)
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
Help with managing your own Radashi
radashi.js.org/your-own-radashi
radashi-org/radashi-tools
radashi-helper
/
dist
/
chunk-GGEXN2BI.js
11 lines
(9 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// src/util/stdio.ts
var
stdio =
"ignore"
;
function
setStdio
(
arg
) { stdio = arg; }
export
{ stdio, setStdio };