mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
Rename all references across the codebase: package names, imports, source IDs, directory names, docs, and configs. Co-authored-by: Ona <no-reply@ona.com>
14 lines
326 B
TypeScript
14 lines
326 B
TypeScript
export { TflSource } from "./tfl-source.ts"
|
|
export { TflApi } from "./tfl-api.ts"
|
|
export type { TflLineId } from "./tfl-api.ts"
|
|
export {
|
|
TflFeedItemType,
|
|
type ITflApi,
|
|
type StationLocation,
|
|
type TflAlertData,
|
|
type TflAlertFeedItem,
|
|
type TflAlertSeverity,
|
|
type TflLineStatus,
|
|
type TflSourceOptions,
|
|
} from "./types.ts"
|