UNPKG

@azuro-org/toolkit

Version:

This framework-agnostic package provides essential utilities for building applications on the Azuro Protocol.

8 lines (7 loc) 207 B
import { GameState } from '../docs/feed/types'; type Props = { state: GameState; startsAt: string; }; export declare const getIsPendingResolution: ({ state, startsAt }: Props) => boolean; export {};