MCPcopy 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
15interface Classes {
16 selected: string;
17 suggestion: string;
18}
19
20export class Autocomplete {
21 static defaults: ResolvedOptions = defaults;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected