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