Type guard function that checks if a value is an instance of IStoreProcessor.
IStoreProcessor
The type of the data that is written to storage.
The value to check.
true if the value is an instance of IStoreProcessor, false otherwise.
true
false
v0.0.5
Type guard function that checks if a value is an instance of
IStoreProcessor
.