/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/jsx-ast-utils/src/index.js
19 строк
491 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
import hasProp, { hasAnyProp, hasEveryProp } from './hasProp'; import elementType from './elementType'; import eventHandlers, { eventHandlersByType } from './eventHandlers'; import getProp from './getProp'; import getPropValue, { getLiteralPropValue } from './getPropValue'; import propName from './propName'; module.exports = { hasProp, hasAnyProp, hasEveryProp, elementType, eventHandlers, eventHandlersByType, getProp, getPropValue, getLiteralPropValue, propName, };