@peggyjs/from-mem - v3.1.0
Preparing search index...
ConsoleOutErr
Interface ConsoleOutErr
interface
ConsoleOutErr
{
capture
?:
()
=>
void
;
err
?:
string
;
out
?:
string
;
}
Index
Properties
capture?
err?
out?
Properties
Optional
capture
capture
?:
()
=>
void
Call this to snapshot out and err. Will be added to the empty object you provide.
Optional
err
err
?:
string
Stdout.
Optional
out
out
?:
string
Stdout.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capture
err
out
Peggy
GitHub
Documentation
@peggyjs/from-mem - v3.1.0
Loading...
Call this to snapshot out and err. Will be added to the empty object you provide.