UNPKG

@smithy/node-http-handler

Version:
9 lines (8 loc) 244 B
/** * @internal * For test spies. */ export declare const timing: { setTimeout: (cb: (...ignored: any[]) => void | unknown, ms?: number) => number; clearTimeout: (timeoutId: string | number | undefined | unknown) => void; };