/** * @file Package Entry Point * @module ext-regex */ export * from './interfaces' export * from './regex' export * from './utils'