UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

6 lines (5 loc) 230 B
export declare class TimeoutError extends Error { constructor(message?: string); } export declare function delay(ms: number): Promise<unknown>; export declare function timeout(promise: Promise<any>, ms: number): Promise<any>;