beginnings: rendering text to message

This commit is contained in:
MapleLeaf
2021-12-08 14:12:26 -06:00
parent c0aa4ee108
commit 57d55fe58f
17 changed files with 516 additions and 27 deletions

View File

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