mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
define escapeRegex function
https://github.com/jquery/jquery-ui/blob/master/ui/jquery.ui.autocomplete.js#L567
This commit is contained in:
Vendored
+1
@@ -73,6 +73,7 @@ interface AutocompleteEvents {
|
||||
}
|
||||
|
||||
interface Autocomplete extends Widget, AutocompleteOptions, AutocompleteEvents {
|
||||
escapeRegex: (string) => string;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user