/**
* @description
* Entry point for all public APIs of the Angust package.
*/export { StoreService } from"./src/store.service";
export * from"./src/store.module";
export { Store } from"./src/store";
//Copyright (c) 2017 Alex Tranchenko. All rights reserved.