tachyon-drive
    Preparing search index...

    Function isValidPersistSerializer

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

      Type Parameters

      • Input

        The type of the data that is serialized and deserialized.

      • Output

        The type of the data that is written to storage.

      • ValidateInput = Input

        The type of the data that is validated.

      Parameters

      • value: unknown

        The value to check.

      Returns value is IPersistSerializer<Input, Output, ValidateInput>

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

      v0.0.5