UNPKG

electron-event-flux

Version:

Redux store which synchronizes between instances in multiple process

9 lines (6 loc) 256 B
/*~ If this module has methods, declare them as functions like so. */ declare module 'json-immutable-bn' { export function serialize(data: any, options?: { pretty: boolean }): string; export function deserialize(json: string, options?: any): any; }