toolish - v0.2.5
    Preparing search index...

    Interface Subscriber

    Receives notifications when data gets updated

    interface Subscriber {
        update(): void;
    }

    Implemented by

    Index

    Methods

    Methods