@syntropiq/xtrax
Version:
XTRAX - Serverless-ready TypeScript library for data processing and regex-based parsing applications
9 lines • 408 B
JavaScript
// Main index file for XTRAX - Exported Reusable Components
// This provides a convenient way to import all utilities from a single location
// PCRE Utilities
export * as PCREUtils from './pcre-utils/index.js';
// Template Engine
export * as TemplateEngine from './template-engine/index.js';
// Data Processing
export * as DataProcessing from './data-processing/index.js';
//# sourceMappingURL=index.js.map