Files
simple-mail-cleaner/backend/node_modules/ret/dist/tokenizer.d.ts
2026-01-22 15:49:12 +01:00

9 lines
260 B
TypeScript

import { Root } from './types';
/**
* Tokenizes a regular expression (that is currently a string)
* @param {string} regexpStr String of regular expression to be tokenized
*
* @returns {Root}
*/
export declare const tokenizer: (regexpStr: string) => Root;