tachyon-drive
    Preparing search index...

    Function isValidStoreProcessor

    • Type guard function that checks if a value is an instance of IStoreProcessor.

      Type Parameters

      • Output

        The type of the data that is written to storage.

      Parameters

      • value: unknown

        The value to check.

      Returns value is IStoreProcessor<Output>

      true if the value is an instance of IStoreProcessor, false otherwise.

      v0.0.5