File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ const email = regex("^(?<name>\\w+)@(?<domain>\\w+\\.\\w+)$")
3636// Regex<`${string}@${string}.${string}`, { names: { name: string; domain: `${string}.${string}`; }; ...>
3737```
3838
39+ All you need to get started is ` pnpm install arkregex ` (or the equivalent for your package manager of choice) 🎉
40+
3941### Features
4042
4143- ** Types** : Infers string types for your existing regular expressions, including positional and named captures
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ const email = regex("^(?<name>\\w+)@(?<domain>\\w+\\.\\w+)$")
1919// Regex<`${string}@${string}.${string}`, { names: { name: string; domain: `${string}.${string}`; }; ...>
2020```
2121
22+ All you need to get started is ` pnpm install arkregex ` (or the equivalent for your package manager of choice) 🎉
23+
2224### Features
2325
2426- ** Types** : Infers string types for your existing regular expressions, including positional and named captures
You can’t perform that action at this time.
0 commit comments