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 154a28f commit c486c4aCopy full SHA for c486c4a
README.md
@@ -19,6 +19,7 @@ File extension regex
19
- [Use](#use)
20
- [API](#api)
21
- [Types](#types)
22
+ - [Interfaces](#interfaces)
23
- [Related](#related)
24
- [Contribute](#contribute)
25
@@ -69,6 +70,10 @@ yarn add @flex-development/ext-regex@flex-development/ext-regex
69
70
71
This package is fully typed with [TypeScript][2].
72
73
+### Interfaces
74
+
75
+- [`Options`](src/interfaces/options.ts)
76
77
## Related
78
79
- [`decorator-regex`][3] — [Decorator][4] regex
0 commit comments