@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
10 lines (9 loc) • 298 B
TypeScript
/**
* fx/shared that contain all code to share between worker and browser.
* NOTE: it cant have any dependencies to fx core, worker and vendors stuffs
* ***/
export * from "./models";
export * from "./broadcasting";
export * from "./workers";
export * from "./http";
export * from "./services";