first commit

This commit is contained in:
MapleLeaf
2021-12-08 00:36:52 -06:00
commit 8eecf8c54b
7 changed files with 3792 additions and 0 deletions

4
src/main.ts Normal file
View File

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