algonim
    Preparing search index...

    Interface Block

    interface Block {
        emit(vec: ByteVector): void;
        isInvalidIn(gif: Gif): Error | null;
    }

    Implemented by

    Index

    Methods

    • Notice that this method returns any potential errors, rather than throwing them.

      Parameters

      Returns Error | null