-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0baf89c
commit cb728fa
Showing
4 changed files
with
117 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
--- | ||
title: index.ts | ||
nav_order: 4 | ||
parent: Modules | ||
--- | ||
|
||
## index overview | ||
|
||
Added in v1.2.4 | ||
|
||
--- | ||
|
||
<h2 class="text-delta">Table of contents</h2> | ||
|
||
- [exports](#exports) | ||
- [From './Adapters/Fetch.js'](#from-adaptersfetchjs) | ||
- [From './Error.js'](#from-errorjs) | ||
- [From './Fetch.js'](#from-fetchjs) | ||
- [From './Interceptor.js'](#from-interceptorjs) | ||
- [From './Interceptors/Logger.js'](#from-interceptorsloggerjs) | ||
- [From './Request.js'](#from-requestjs) | ||
- [From './Response.js'](#from-responsejs) | ||
|
||
--- | ||
|
||
# exports | ||
|
||
## From './Adapters/Fetch.js' | ||
|
||
Re-exports all named exports from the './Adapters/Fetch.js' module as `PlatformFetch`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as PlatformFetch from "./Adapters/Fetch.js" | ||
``` | ||
|
||
Added in v1.2.4 | ||
|
||
## From './Error.js' | ||
|
||
Re-exports all named exports from the './Error.js' module as `Error`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Error from "./Error.js" | ||
``` | ||
|
||
Added in v1.2.4 | ||
|
||
## From './Fetch.js' | ||
|
||
Re-exports all named exports from the './Fetch.js' module as `Fetch`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Fetch from "./Fetch.js" | ||
``` | ||
|
||
Added in v1.2.4 | ||
|
||
## From './Interceptor.js' | ||
|
||
Re-exports all named exports from the './Interceptor.js' module as `Interceptor`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Interceptor from "./Interceptor.js" | ||
``` | ||
|
||
Added in v1.2.4 | ||
|
||
## From './Interceptors/Logger.js' | ||
|
||
Re-exports all named exports from the './Interceptors/Logger.js' module as `Logger`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Logger from "./Interceptors/Logger.js" | ||
``` | ||
|
||
Added in v1.2.4 | ||
|
||
## From './Request.js' | ||
|
||
Re-exports all named exports from the './Request.js' module as `Request`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Request from "./Request.js" | ||
``` | ||
|
||
Added in v1.2.4 | ||
|
||
## From './Response.js' | ||
|
||
Re-exports all named exports from the './Response.js' module as `Response`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Response from "./Response.js" | ||
``` | ||
|
||
Added in v1.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters