@blue-impact-engine/blue-impact-engine-client
Version:
Blue Impact Engine API Client
15 lines • 478 B
JavaScript
/**
* Blue Impact Engine Client - Main Entry Point
* Re-exports from the main client file for backward compatibility
* @packageDocumentation
*/
// Type exports
export * from './core';
export * from './domains/users';
export * from './domains/projects';
export * from './domains/donations';
export * from "./domains/media";
export * from "./domains/organisations/Organisation";
// Default export
export { default } from './blueImpactClient';
//# sourceMappingURL=index.js.map