UNPKG

@golemio/pid

Version:
11 lines (10 loc) 435 B
import { WhereOptions } from "@golemio/core/dist/shared/sequelize"; export declare class GtfsStopParser { private static isValidInteger; static prepareAswWhereOptions(aswIds: string[]): WhereOptions[]; private static validateAswId; private static parseAswId; static getAswNodeFromId(aswId: string): string; static normalizedStopId(stopId: string): string; static normalizedNodeId(stopId: string): string; }