MCPcopy
hub / github.com/Choices-js/Choices / SearchableShape

Interface SearchableShape

test/scripts/search/index.test.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { SearchByPrefixFilter } from '../../../src/scripts/search/prefix-filter';
8
9export interface SearchableShape {
10 label: string;
11 value: string;
12}
13
14describe('search', () => {
15 const options = DEFAULT_CONFIG;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected