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)

4 lines (3 loc) 343 B
import type { ScoreEstimateRequest, ScoreEstimateResponse } from "../ScoreEstimator"; export declare let remote_estimate_ownership: ((req: ScoreEstimateRequest) => Promise<ScoreEstimateResponse>) | undefined; export declare function init_remote_ownership_estimator(scorer: (req: ScoreEstimateRequest) => Promise<ScoreEstimateResponse>): void;