UNPKG

@dashevo/wallet-lib

Version:
15 lines (12 loc) 250 B
declare namespace Plugins { export { StandardPlugin }; export { Worker }; } // TODO(ts): write typings export declare class StandardPlugin { constructor(); } // TODO(ts): write typings export declare class Worker { constructor(); }