Skip to content

Commit c9753b7

Browse files
author
Dustin Popp
committed
doc: update public api document
Signed-off-by: Dustin Popp <[email protected]>
1 parent 357212f commit c9753b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/ibm-cloud-sdk-core.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66

77
/// <reference types="node" />
88

9+
import { GenericAbortSignal as AbortSignal_2 } from 'axios';
910
import { AxiosInstance } from 'axios';
1011
import type { CookieJar } from 'tough-cookie';
1112
import { Debugger } from 'debug';
1213
import { OutgoingHttpHeaders } from 'http';
1314
import { Stream } from 'stream';
1415

16+
export { AbortSignal_2 as AbortSignal }
17+
1518
// @public
1619
export function atLeastOne(...args: any): boolean;
1720

0 commit comments

Comments
 (0)