/** * @fileoverview RGex Entry Point - Provides backward compatibility and main exports * @module RGex * @category Main * @group Entry Point * @author duongnguyen321 - https://duonguyen.site */ export * from './src/index'; export { default } from './src/index'; //# sourceMappingURL=index.d.ts.map