/** * @file Entry Point - Regular Expressions * @module ext-regex/regex */ export { default as EXT_DTS_REGEX } from './dts' export { default as EXT_JS_REGEX } from './js' export { default as EXT_JSON_REGEX } from './json' export { default as EXT_TS_REGEX } from './ts'