Skip to content

Commit

Permalink
chore: jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaAmaju committed Aug 26, 2024
1 parent d0d2bed commit 3790456
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
20 changes: 12 additions & 8 deletions src/Interceptors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@ export * as Logger from "./Logger.js";
*/
export * as StatusFilter from "./StatusFilter.js";

/**
* @since 0.0.1
*/
export { default as URL } from "./Url.js";
export {
/**
* @since 0.0.1
*/
default as URL,
} from "./Url.js";

/**
* @since 0.0.1
*/
export * from "./Timeout.js";

/**
* @since 0.0.1
*/
export { default as Timeout } from "./Timeout.js";
export {
/**
* @since 0.0.1
*/
default as Timeout,
} from "./Timeout.js";
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ export * from "./Function.js";
*/
export * from "./Error.js";

// /**
// * @since 0.0.1
// */
// export * as Error from "./Error.js";

/**
* @since 0.0.1
*/
Expand Down

0 comments on commit 3790456

Please sign in to comment.