UNPKG

@fairdatasociety/fdp-lokijs-adapter

Version:
10 lines (9 loc) 346 B
import { FdpStorage } from '@fairdatasociety/fdp-storage'; import { FeedSequencer, FeedSequencerOptions } from './feedsequencer'; export declare class FeedDB { private fdp; dbName: string; options: FeedSequencerOptions; constructor(fdp: FdpStorage, dbName: string, options: FeedSequencerOptions); getTopic(): FeedSequencer; }