@golemio/pid
Version:
Golemio PID Module
11 lines (10 loc) • 435 B
TypeScript
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;
}