UNPKG

pollsky

Version:

Chained Polling Library for Node.js: Friendly API with no external dependencies.

8 lines (7 loc) 183 B
export declare type TimeUnit = 'milliseconds' | 'seconds' | 'minutes'; export interface Failure<T> { error: string; errorMsg: string; result?: T; timestamp: string; }