rgex
Version:
A powerful, chainable regex builder platform with comprehensive validation utilities
9 lines • 429 B
TypeScript
/**
* @fileoverview RGex Type Definitions - TypeScript interfaces and types
* @module Types
* @category Types
* @group Type Definitions
* @author duongnguyen321 - https://duonguyen.site
*/
export type { RegexBuilderOptions, PasswordValidationOptions, PasswordValidationResult, HumanTextPattern, ValidationRule, TextExtractionResult, ValidationExtractionResult, } from './types/index.js';
//# sourceMappingURL=types.d.ts.map