UNPKG

@dpatt/delimiterized-regex-builder

Version:

Generate a regex from an array of strings to match all of the strings in order, separated by a delimiter.

20 lines (16 loc) 417 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Node 18", "compilerOptions": { "lib": ["es2022"], "module": "commonjs", "target": "es2022", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist", "declaration": true }, "include": ["src/**/*"] }