5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
/* eslint-disable import/no-unused-modules */
|
|
import { matchSorter } from "match-sorter"
|
|
|
|
export const result = matchSorter(["a", "b", "c"], "b")
|