UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

5 lines (4 loc) 132 B
export declare function loopWithFuse(repeat: () => boolean, options?: { attempts?: number; errorFn?: () => Error; }): void;