mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
feat(theme-common): JSDoc for all APIs (#6974)
* feat(theme-common): JSDoc for all APIs * fix tests
This commit is contained in:
parent
4103fef11e
commit
b456a64f61
48 changed files with 871 additions and 679 deletions
|
@ -6,7 +6,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Converts an optional string into a Regex case insensitive and global
|
||||
* Matches a string regex (as provided from the config) against a target in a
|
||||
* null-safe fashion, case insensitive and global.
|
||||
*/
|
||||
export function isRegexpStringMatch(
|
||||
regexAsString?: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue