UNPKG

@forestadmin/forestadmin-client

Version:

This package contains the logic to use the ForestAdmin API inside an agent.

4 lines 217 B
import { Chart } from '../charts/types'; export declare function hashServerCharts(charts: Chart[]): Set<string>; export declare function hashChartRequest(chart: Chart): string; //# sourceMappingURL=hash-chart.d.ts.map