zcap-spec-examples - v0.2.0
zcap-spec
Repository
Preparing search index...
zcap-spec-examples
FetchLike
Type Alias FetchLike
FetchLike
:
(
url
:
string
)
=>
Promise
<
{
text
()
:
Promise
<
string
>
}
>
Minimal shape of the Fetch API that
ZcapSpecExamplesCli
depends on.
Type Declaration
(
url
:
string
)
:
Promise
<
{
text
()
:
Promise
<
string
>
}
>
Parameters
url
:
string
Returns
Promise
<
{
text
()
:
Promise
<
string
>
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
zcap-spec
Repository
zcap-spec-examples - v0.2.0
Loading...
Minimal shape of the Fetch API that
ZcapSpecExamplesClidepends on.