UNPKG

tfl-api-wrapper

Version:

A Node JS wrapper for the Transport for London API

7 lines (6 loc) 219 B
import TfLAPI from './tfl'; import IDisruption from './interfaces/disruptions'; export default class Disruptions extends TfLAPI { constructor(config: string); getAllLifts(): Promise<IDisruption.Root[]>; }