angust
Version:
Angust for manipulation with app state in Angular4+ apps
13 lines (9 loc) • 310 B
text/typescript
/**
* @description
* Entry point for all public APIs of the Angust package.
*/
export {S} from "./src/types/s";
export {StoreService} from "./src/store.service";
export * from "./src/store.module";
export {Store} from "./src/store";
//Copyright (c) 2017 Alex Tranchenko. All rights reserved.