UNPKG

goban

Version:

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/online-go/goban)

6 lines (5 loc) 242 B
import type { JGOFTimeControl } from "../formats"; /** * Compute the expected average time per move for a given time control. */ export declare function computeAverageMoveTime(time_control: JGOFTimeControl, w?: number, h?: number): number;