UNPKG

cs-element

Version:

Advanced reactive data management library with state machines, blueprints, persistence, compression, networking, and multithreading support

14 lines 713 B
/** * Конфигурационные утилиты для cs-element * Экспорт функций настройки для различных окружений */ export { Buffer, crypto, environment, textUtils, dataUtils, conditionalNodeRequire } from './utils/browser-compat'; export declare const configureWebpackForCSElement: any, configureNextJSForCSElement: any, autoConfigureEnvironment: any, csElementPolyfills: any; /** * Простая функция для настройки Next.js * Использование: * const nextConfig = withCSElement({}); * module.exports = nextConfig; */ export declare function withCSElement(nextConfig?: any): any; //# sourceMappingURL=config.d.ts.map