UNPKG

compute-db-station-weight

Version:
10 lines (6 loc) 237 B
import {createEstimate as _createEstimate} from 'hafas-estimate-station-weight' import weights from './lib/weights.js' const createEstimate = hafas => _createEstimate(hafas, weights) export { createEstimate as createComputeWeight, }