UNPKG

@tomei/live-price

Version:

Tomei live-price Package

18 lines (17 loc) 370 B
export declare class Daemons { static FeedUpdate: { new (): {}; start: () => void; restart: () => void; }; static ManualPriceReminder: { new (): {}; start: () => void; restart: () => void; }; static CutOffReminder: { new (): {}; start: () => void; restart: () => void; }; }