mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 05:01:17 +00:00
Implements FeedSource interface. Accepts external location pushes, provides context to downstream sources, does not produce feed items. Supports configurable history size. Co-authored-by: Ona <no-reply@ona.com>
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
export {
|
|
LocationSource,
|
|
LocationKey,
|
|
type Location,
|
|
type LocationSourceOptions,
|
|
} from "./location-source.ts"
|