@logixjs/core
    Preparing search index...

    Interface ModuleRuntimeCounter

    A lightweight counter of active module runtimes.

    Derived from module:init / module:destroy events; suitable as a DevTools / Playground data source.

    interface ModuleRuntimeCounter {
        getSnapshot: () => ReadonlyMap<string, number>;
        sink: Sink;
    }
    Index

    Properties

    Properties

    getSnapshot: () => ReadonlyMap<string, number>
    sink: Sink