UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

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