rgex
Version:
A powerful, chainable regex builder platform with comprehensive validation utilities
10 lines • 303 B
TypeScript
/**
* @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