UNPKG

92 BTypeScriptView Raw
1export declare class TransientErrorLookup {
2 isTransientError(error: number): boolean;
3}