UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

9 lines (8 loc) 221 B
export declare class DokuRegex { static SafeString: RegExp; /** * Reference: https://owasp.org/www-community/OWASP_Validation_Regex_Repository */ static Email: RegExp; static HexColor: RegExp; }