Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tkirda/jQuery-Autocomplete
/ Classes
Interface
Classes
src/Autocomplete.ts:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
} from
"./types"
;
14
15
interface
Classes {
16
selected: string;
17
suggestion: string;
18
}
19
20
export
class
Autocomplete {
21
static defaults: ResolvedOptions = defaults;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected