1.0.1 • Published 8 years ago
charly-state-store v1.0.1
state-store
A Store class that manages its state property, and a Person class that inherits from Store. Store includes the following methods:
setState()
subscribe()
unsubscribe()
Person has a constructor that takes name, toys as parameters.