MCPcopy
hub / github.com/tkirda/jQuery-Autocomplete / JQueryStatic

Interface JQueryStatic

src/jquery-plugin.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare global {
6 interface JQueryStatic {
7 Autocomplete: typeof Autocomplete;
8 }
9 interface JQuery {
10 autocomplete(options?: AutocompleteOptions | string, args?: unknown): JQuery | Autocomplete;
11 devbridgeAutocomplete(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected