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)

3 lines (2 loc) 246 B
export declare function init_wasm_ownership_estimator(): Promise<boolean>; export declare function wasm_estimate_ownership(board: number[][], color_to_move: "black" | "white", trials: number, tolerance: number): import("../util").Matrix<number>;