Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Match<T>

A matched element with its distance score.

export
interface

Match

Type parameters

  • T

    The element type.

Hierarchy

  • Match

Index

Properties

Properties

Readonly distance

distance: number

Readonly element

element: T

Generated using TypeDoc