@storehouse/core - v2.1.0
    Preparing search index...

    Variable StorehouseConst

    Storehouse: StorehouseRegistry = ...

    Default Storehouse singleton instance Ready to use for most applications

    import { Storehouse } from '@storehouse/core';

    Storehouse.setManagerType(MyManager);
    Storehouse.add({ main: { type: 'MyManager' } });
    await Storehouse.close();