UNPKG

@ngxs/store

Version:
9 lines (8 loc) 192 B
/** * The public api for consumers of @ngxs/store */ export * from './src/public_api'; /** * The plugin api for the stuff that a plugins needs */ export * from './src/plugin_api';