first commit
This commit is contained in:
4
src/main.ts
Normal file
4
src/main.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
/* eslint-disable import/no-unused-modules */
|
||||
import { matchSorter } from "match-sorter"
|
||||
|
||||
export const result = matchSorter(["a", "b", "c"], "b")
|
||||
Reference in New Issue
Block a user