/** * This is the browser-only module. It exports classes, functions and interfaces that are for the * browser implementations to use * * Any of the types (classes, functions etc) defined under this module can be imported from * `@ubiquits/core/browser` * * Example: * ```typescript * import { HttpStore } from 'ubiquits/core/browser'; * ``` * * @module browser * @preferred */ /** End Typedoc Module Declaration */ export * from './stores';