UNPKG

editia-core

Version:

Core services and utilities for Editia applications - Authentication, Monetization, Video Generation Types, and Database Management

16 lines 538 B
/** * Editia Core - Main Export * * This is the main entry point for the Editia Core package. * It provides a unified interface for authentication, monetization, and feature management. */ export * from './types'; export * from './video'; export * from './hooks'; export * from './middleware'; export * from './services/auth'; export * from './services/monetization'; export * from './services/user-usage'; export declare const VERSION = "2.1.1"; export declare const PACKAGE_NAME = "editia-core"; //# sourceMappingURL=index.d.ts.map