UNPKG

jinaga

Version:

Data management for web and mobile applications.

12 lines 415 B
import { ReferencesByName } from "../storage"; import { Specification } from "./specification"; export interface FeedObject { namedStart: ReferencesByName; feed: Specification; } export declare class FeedCache { private feedByHash; addFeeds(feeds: Specification[], namedStart: ReferencesByName): string[]; getFeed(feed: string): FeedObject | undefined; } //# sourceMappingURL=feed-cache.d.ts.map