/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.1.2
lib/terms.ts
11 строк
339 B
Labhansh Agrawal
port remaining js components to ts
18 мар 2020, 22:21
18 мар 2020, 22:21
78ec88d
Код
Авторство
О чём код?
import Term from './components/term'; // react Term components add themselves // to this object upon mounting / unmounting // this is to allow imperative access to the // term API, which is a performance // optimization for the most common action // within the system const terms: Record<string, Term | null> = {}; export default terms;