We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2336d commit a207e61Copy full SHA for a207e61
src/index.ts
@@ -47,3 +47,4 @@ export * from './character-classes'
47
export * from './combinators'
48
49
export * from './regex'
50
+export * as patterns from './patterns'
src/patterns/index.ts
@@ -0,0 +1,11 @@
1
+export * from './base64'
2
+export * from './base64url'
3
+export * from './credit-card'
4
+export * from './email-address'
5
+export * from './hex-color'
6
+export * from './hexadecimal'
7
+export * from './hsl-color'
8
+export * from './jwt'
9
+export * from './lat-long'
10
+export * from './rgb-color'
11
+export * from './uuid'
0 commit comments