Skip to main content
Module

x/fuse/dist/fuse.d.ts>default.FuseSortFunctionMatch

Lightweight fuzzy-search, in JavaScript
Latest
type alias default.FuseSortFunctionMatch
import { type default } from "https://deno.land/x/fuse@v6.4.1/dist/fuse.d.ts";
const { FuseSortFunctionMatch } = default;
definition: { score: number; key: string; value: string; indices: ReadonlyArray<number>[]; }