UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

2 lines (1 loc) 91 B
export declare function timeoutable<T>(f: () => Promise<T>, timeout: number): Promise<T>;