UNPKG

carthorse

Version:

A geospatial trail data processing pipeline for building 3D trail databases with elevation data

6 lines 341 B
import { Pool } from 'pg'; import { NetworkCreationStrategy, NetworkConfig, NetworkResult } from '../types/network-types'; export declare class PgNodeNetworkStrategy implements NetworkCreationStrategy { createNetwork(pgClient: Pool, config: NetworkConfig): Promise<NetworkResult>; } //# sourceMappingURL=pg-node-network-strategy.d.ts.map