UNPKG

@manojadams/session-store

Version:

State management with session-storage/local-storage

5 lines (4 loc) 80 B
export interface IStore { _createdAt: string; _updatedAt: string; }