UNPKG

minotor

Version:

A lightweight client-side transit routing library.

6 lines (5 loc) 144 B
import { GtfsProfile } from '../parser.js'; export type GtfsVariant = string; export type Config = { [config: GtfsVariant]: GtfsProfile; };