trembita
Preparing search index...
createTrembita
Function createTrembita
createTrembita
(
options
:
unknown
,
)
:
Result
<
Readonly
<
{
client
:
(
options
:
TrembitaFetchOptions
,
)
=>
Promise
<
Result
<
Readonly
<
{
body
:
unknown
;
path
:
string
;
statusCode
:
number
}
>
,
TrembitaSendError
,
>
,
>
;
endpoint
:
string
;
log
:
Logger
;
request
:
(
options
:
TrembitaFetchOptions
,
)
=>
Promise
<
Result
<
unknown
,
TrembitaRequestError
>
>
;
}
,
>
,
TrembitaInitError
,
>
Parameters
options
:
unknown
Returns
Result
<
Readonly
<
{
client
:
(
options
:
TrembitaFetchOptions
,
)
=>
Promise
<
Result
<
Readonly
<
{
body
:
unknown
;
path
:
string
;
statusCode
:
number
}
>
,
TrembitaSendError
,
>
,
>
;
endpoint
:
string
;
log
:
Logger
;
request
:
(
options
:
TrembitaFetchOptions
,
)
=>
Promise
<
Result
<
unknown
,
TrembitaRequestError
>
>
;
}
,
>
,
TrembitaInitError
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
trembita
Loading...