/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
lib/terms.ts
11 строк
344 B
Labhansh Agrawal
eslint: consistent type imports
26 июн 2023, 13:32
26 июн 2023, 13:32
928209b
Код
Авторство
О чём код?
import type 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;