UNPKG

belote

Version:

A TypeScript library for playing Belote card game with bot support.

4 lines (3 loc) 266 B
import { Belote } from './manager'; export declare function withErrorHandling(_: unknown, propertyName: string | symbol, descriptor: PropertyDescriptor): PropertyDescriptor; export declare function withErrorHandlingClass<T extends typeof Belote>(constructor: T): T;