/** * @since 0.0.6 */ export type EcmascriptRegexSyntaxCharacter = '|' | '\\' | '^' | '$' | '*' | '+' | '?' | '.' | '(' | ')' | '[' | ']' | '{' | '}'; //# sourceMappingURL=regex.d.ts.map