UNPKG

crann

Version:

Effortless State Synchronization for Web Extensions

8 lines (7 loc) 254 B
export type StateChangeMetadata = { source: string; timestamp: number; changes: any; instanceKey?: string; }; export declare function trackStateChange(target: any, propertyKey: string, descriptor: PropertyDescriptor): PropertyDescriptor;