toolish - v0.2.5
    Preparing search index...

    Interface SubscriptionTracker

    Can subscribe to a given publisher to receive notifications when data gets updated

    interface SubscriptionTracker {
        subscribeTo(publisher: Publisher): void;
    }

    Implemented by

    Index

    Methods

    Methods