FUSE_PRESET_STRICT: { threshold: 0.2 } = ...

Named Fuse.js preset configurations for standardized threshold behavior across components. Use these presets when calling buildFuse() to ensure consistent fuzzy search behavior.

Type declaration

  • Readonlythreshold: 0.2
export const FUSE_PRESET_STRICT = { threshold: 0.2 } as const; // Highly strict matching