Files
est-frame/node_modules/@mdx-js/mdx/lib/util/extnames-to-regex.d.ts
2025-10-22 05:38:27 +00:00

10 lines
306 B
TypeScript
Executable File

/**
* Turn a list of extnames (*with* dots) into an expression.
*
* @param {ReadonlyArray<string>} extnames
* List of extnames.
* @returns {RegExp}
* Regex matching them.
*/
export function extnamesToRegex(extnames: ReadonlyArray<string>): RegExp;
//# sourceMappingURL=extnames-to-regex.d.ts.map