Home > sncf.js > isValidLineID
isValidLineID() function
Check if is a valid Line ID
Signature:
typescript
export declare function isValidLineID(string: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
string | string | The string to check |
boolean