Provides a basic test for a given variable to test if it has the shape of a readable store by having a subscribe function.
subscribe
Note: functions are also objects, so test that the variable might be a function w/ a subscribe function.
variable to test that might be a store.
Whether the variable tested has the shape of a store.
Provides a basic test for a given variable to test if it has the shape of a readable store by having a
subscribe
function.Note: functions are also objects, so test that the variable might be a function w/ a
subscribe
function.