zcap-spec-examples - v0.2.0
zcap-spec
Repository
Preparing search index...
zcap-spec-examples
ZcapSpecExamplesCliDeps
Interface ZcapSpecExamplesCliDeps
interface
ZcapSpecExamplesCliDeps
{
fetch
:
FetchLike
;
readStdin
:
()
=>
Promise
<
string
|
undefined
>
;
writeStdout
:
(
chunk
:
string
)
=>
void
;
writeStderr
:
(
chunk
:
string
)
=>
void
;
}
Index
Properties
fetch
read
Stdin
write
Stdout
write
Stderr
Properties
fetch
fetch
:
FetchLike
read
Stdin
readStdin
:
()
=>
Promise
<
string
|
undefined
>
Resolves the piped stdin content, or
undefined
if none was piped.
write
Stdout
writeStdout
:
(
chunk
:
string
)
=>
void
write
Stderr
writeStderr
:
(
chunk
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
read
Stdin
write
Stdout
write
Stderr
zcap-spec
Repository
zcap-spec-examples - v0.2.0
Loading...
Resolves the piped stdin content, or
undefinedif none was piped.