Const
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(); Copy
import { Storehouse } from '@storehouse/core';Storehouse.setManagerType(MyManager);Storehouse.add({ main: { type: 'MyManager' } });await Storehouse.close();
Default Storehouse singleton instance Ready to use for most applications