MCPcopy
hub / github.com/yangshun/lago / SortingInputsParams

Interface SortingInputsParams

test/utils/sortingInputs.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface SortingInputsParams<T> {
2 algorithm(input: Array<T>): Array<T>;
3 test(testName: string, fn: unknown): void;
4 // eslint-disable-next-line @typescript-eslint/no-explicit-any
5 expect: any;
6}
7
8function sortingInputs({
9 algorithm,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected