UNPKG

@syntropiq/xtrax

Version:

XTRAX - Serverless-ready TypeScript library for data processing and regex-based parsing applications

7 lines 521 B
export * as PCREUtils from './pcre-utils/index.js'; export * as TemplateEngine from './template-engine/index.js'; export * as DataProcessing from './data-processing/index.js'; export type { RegexMatch, PCRECompileOptions, SubstitutionContext } from './pcre-utils/index.js'; export type { RegexVariables, TemplateContext, VariableProcessingResult } from './template-engine/index.js'; export type { ValidationResult, ValidationError, TransformOptions } from './data-processing/index.js'; //# sourceMappingURL=index.d.ts.map